X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fsrc%2Fmain%2Fresources%2Fhttps_site.conf;h=49afa079622d43e8d7e55cd2c858fb6500e7865f;hb=a8786c7978848bf99e8f437fb0083fce94fdf00f;hp=11ba7288e265107f883bf6a39b7cb485e395f966;hpb=2729820a6f266dabe6fe550c0fa6e6ded6855d6d;p=sdnc%2Foam.git diff --git a/installation/sdnc-web/src/main/resources/https_site.conf b/installation/sdnc-web/src/main/resources/https_site.conf index 11ba7288..49afa079 100644 --- a/installation/sdnc-web/src/main/resources/https_site.conf +++ b/installation/sdnc-web/src/main/resources/https_site.conf @@ -69,7 +69,13 @@ server { 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; }