Updated Control Panel for changed ECS NBI
[portal/nonrtric-controlpanel.git] / webapp-frontend / nginx.conf
index 2414bde..916caef 100644 (file)
@@ -12,7 +12,7 @@ http {
             set $upstream nonrtric-gateway;
             proxy_pass http://$upstream:9090;
         }
-        location /ei-producer/{
+        location /data-producer/{
             set $upstream nonrtric-gateway;
             proxy_pass http://$upstream:9090;
         }