X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources%2Fnginx.conf;h=46f87d0990184b154c7b620e2b19c02ce1e9e5ab;hb=46f7ba1892ac506611fb76d610e2752a0a923620;hp=e7f807f33287d85585497b7a8c94cadef9c06d3c;hpb=846cb20e969f73052bd3d1640622a0581b3cf98a;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/resources/nginx.conf b/nonrtric/helm/controlpanel/resources/nginx.conf index e7f807f3..46f87d09 100644 --- a/nonrtric/helm/controlpanel/resources/nginx.conf +++ b/nonrtric/helm/controlpanel/resources/nginx.conf @@ -15,7 +15,10 @@ http { location /a1-policy/ { proxy_pass http://backend; } - location /ei-producer/ { + location /data-producer/ { + proxy_pass http://backend; + } + location /data-consumer/ { proxy_pass http://backend; } location / {