Reroute Enrichment to gateway 03/5603/2
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 8 Feb 2021 08:15:40 +0000 (09:15 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 8 Feb 2021 13:26:36 +0000 (14:26 +0100)
Change-Id: I916bc8670dcaa4536c51039e0f38361002788019
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Issue-ID: NONRTRIC-408

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 / {