X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fsrc%2Fmain%2Fresources%2Fhttp_site.conf;h=ea6c33be67ca8788135403a88289378b391c8f64;hb=7a6c197bd0a2543ce21ab851767006963e835cd3;hp=d62fc8e7af91246819f29972f27206fa357c7ad5;hpb=f180df462c7e9d6118ebe76cea2a8240e40e9801;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 d62fc8e7..ea6c33be 100644 --- a/installation/sdnc-web/src/main/resources/http_site.conf +++ b/installation/sdnc-web/src/main/resources/http_site.conf @@ -64,7 +64,7 @@ server { proxy_pass TOPOURL; } location ~ ^/tiles/ { - resolver 1.1.1.1; + resolver DNS_RESOLVER; if ($request_uri ~* "/tiles/(.*)") { proxy_pass TILEURL/$1; } @@ -72,11 +72,11 @@ server { location / { try_files $uri $uri/ @backend; } - location ^/websocket$ { + location /websocket { proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT/websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; + proxy_set_header Connection "upgrade"; } location @backend { proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT;