Merge "minor correction in control-panel docker-compose file"
authorPatrik Buhr <patrik.buhr@est.tech>
Tue, 8 Jun 2021 04:50:01 +0000 (04:50 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 8 Jun 2021 04:50:01 +0000 (04:50 +0000)
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;
         }