minor correction in control-panel docker-compose file 24/6224/2
authorecaiyanlinux <martin.c.yan@est.tech>
Thu, 3 Jun 2021 22:32:26 +0000 (06:32 +0800)
committerecaiyanlinux <martin.c.yan@est.tech>
Thu, 3 Jun 2021 22:38:37 +0000 (06:38 +0800)
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-520
Change-Id: I917354d935279f6fc89f9368def40486264a0447

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;
         }