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=f2d7e05ffb34afcbbcccc376e6b823725982566a;hp=70554ef0761d674f33fbac45fef987cb21802236;hpb=fd2a84a01eb96fcb11d8da9a59cb0aaa2888a103;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; } } -