Update docker-compose file and data scripts in nonrtric repo
[nonrtric.git] / docker-compose / control-panel / config / 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;
         }