From: elinuxhenrik Date: Mon, 8 Feb 2021 08:15:40 +0000 (+0100) Subject: Reroute Enrichment to gateway X-Git-Tag: 2.2.0~97^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e8ca79594c2c0da399b3737e543cdc65fe83fa1e;p=portal%2Fnonrtric-controlpanel.git Reroute Enrichment to gateway Change-Id: I916bc8670dcaa4536c51039e0f38361002788019 Signed-off-by: elinuxhenrik Issue-ID: NONRTRIC-408 --- diff --git a/webapp-frontend/nginx.conf b/webapp-frontend/nginx.conf index 701d8fa..164875c 100644 --- a/webapp-frontend/nginx.conf +++ b/webapp-frontend/nginx.conf @@ -12,7 +12,10 @@ http { server_name localhost; root /usr/share/nginx/html; index index.html; - location /a1-policy/v2/ { + location /a1-policy/ { + proxy_pass http://backend; + } + location /ei-producer/ { proxy_pass http://backend; } location / {