aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web/src/main/resources/http_site.conf
diff options
context:
space:
mode:
Diffstat (limited to 'installation/sdnc-web/src/main/resources/http_site.conf')
-rw-r--r--installation/sdnc-web/src/main/resources/http_site.conf5
1 files changed, 1 insertions, 4 deletions
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;
}
}
-