From: Patrik Buhr Date: Mon, 8 Feb 2021 13:39:51 +0000 (+0000) Subject: Merge "Reroute Enrichment to gateway" X-Git-Tag: 2.2.0~97 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a3e0f85eff3e8203612c547045e11f8d83639df1;hp=4f2e3d8dcdebd4b60d80b26a200588be40bed131;p=portal%2Fnonrtric-controlpanel.git Merge "Reroute Enrichment to gateway" --- 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 / {