X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fnginx.conf;h=916caef6a2729cfde27819b57e14f8e201a667c4;hb=refs%2Fchanges%2F55%2F6255%2F1;hp=2414bde0c62116df14e044b6bb586459e9ceaad3;hpb=05b8701c0d0f4ebc937ecdbff1561c9e83148e3d;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/nginx.conf b/webapp-frontend/nginx.conf index 2414bde..916caef 100644 --- a/webapp-frontend/nginx.conf +++ b/webapp-frontend/nginx.conf @@ -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; }