X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources%2Fnginx.conf;h=46f87d0990184b154c7b620e2b19c02ce1e9e5ab;hb=e0066f06bc42f38d50168f9d744f9c12bf551781;hp=e7f807f33287d85585497b7a8c94cadef9c06d3c;hpb=c89a1e2fb9bef90e756457d467397b66dc942b7c;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 / {