Reroute Enrichment to gateway
[portal/nonrtric-controlpanel.git] / 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 / {