Fix routing to EI service
[it/dep.git] / nonrtric / helm / controlpanel / resources / nginx.conf
index e7f807f..46f87d0 100644 (file)
@@ -15,7 +15,10 @@ http {
         location /a1-policy/ {
             proxy_pass  http://backend;
         }
-        location /ei-producer/ {
+         location /data-producer/ {
+            proxy_pass  http://backend;
+        }
+        location /data-consumer/ {
             proxy_pass  http://backend;
         }
         location / {