X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsdnc-web%2Fsrc%2Fmain%2Fresources%2Fhttp_site.conf;h=d62fc8e7af91246819f29972f27206fa357c7ad5;hb=f180df462c7e9d6118ebe76cea2a8240e40e9801;hp=70554ef0761d674f33fbac45fef987cb21802236;hpb=c2e94bc482f83a5e3bdd357d884a01b1b723620b;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 70554ef0..d62fc8e7 100644 --- a/installation/sdnc-web/src/main/resources/http_site.conf +++ b/installation/sdnc-web/src/main/resources/http_site.conf @@ -61,9 +61,7 @@ server { } } location ~ ^/topology { - if ($request_uri ~* "/topology/(.*)") { - proxy_pass TOPOURL/$1; - } + proxy_pass TOPOURL; } location ~ ^/tiles/ { resolver 1.1.1.1; @@ -84,4 +82,3 @@ server { proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT; } } -