aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web/src/main/resources/http_site.conf
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-09-01 13:22:20 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-09-01 13:22:33 +0200
commitf180df462c7e9d6118ebe76cea2a8240e40e9801 (patch)
treeec6e730c1887fc139b512fe92300e87fb512db39 /installation/sdnc-web/src/main/resources/http_site.conf
parentc2e94bc482f83a5e3bdd357d884a01b1b723620b (diff)
fixed sdnc-web proxy for topology api
fixed proxy pass for topology api and synced https Issue-ID: SDNC-1341 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ie45f3fa91a082fd7739e5c040691df5602553c98 Former-commit-id: f2d7e05ffb34afcbbcccc376e6b823725982566a
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;
}
}
-