X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fsrc%2Fmain%2Fresources%2Fhttp_site.conf;h=dd641418576adddcd0d2166c6d851be81e3ca730;hb=a8786c7978848bf99e8f437fb0083fce94fdf00f;hp=e42ecc7996ff049b852b425562671a77cab8f5ef;hpb=2729820a6f266dabe6fe550c0fa6e6ded6855d6d;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/src/main/resources/http_site.conf b/installation/sdnc-web/src/main/resources/http_site.conf index e42ecc79..dd641418 100644 --- a/installation/sdnc-web/src/main/resources/http_site.conf +++ b/installation/sdnc-web/src/main/resources/http_site.conf @@ -48,8 +48,15 @@ server { index index.html index.htm index.nginx-debian.html; server_name _; - + set $sdnrserver "SDNRHOST"; + + location ~ ^/$ { + return 301 /odlux/index.html; + } + location ~ /help/$ { + try_files /help/$args.json $uri; + } location / { try_files $uri $uri/ @backend; }