X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fnginx.conf;h=164875c1aae26577b61e3f1fbe23783245501d62;hb=a3e0f85eff3e8203612c547045e11f8d83639df1;hp=8ae7bd867b6801fd6ff1fb264cf2d49f5a42ef98;hpb=7443264a661235f08797ebf0dbb6a512f6485756;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/nginx.conf b/webapp-frontend/nginx.conf index 8ae7bd8..164875c 100644 --- a/webapp-frontend/nginx.conf +++ b/webapp-frontend/nginx.conf @@ -12,7 +12,10 @@ http { server_name localhost; root /usr/share/nginx/html; index index.html; - location /v2/ { + location /a1-policy/ { + proxy_pass http://backend; + } + location /ei-producer/ { proxy_pass http://backend; } location / {