Merge "Reroute Enrichment to gateway"
authorPatrik Buhr <patrik.buhr@est.tech>
Mon, 8 Feb 2021 13:39:51 +0000 (13:39 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 8 Feb 2021 13:39:51 +0000 (13:39 +0000)
webapp-frontend/nginx.conf

index 701d8fa..164875c 100644 (file)
@@ -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 / {