X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fcontrol_panel%2Fnginx.conf;h=0a15a4849bfa0523d017c0068f48518a5d4a0174;hb=e25e05d4b55c7fbb30bc3f51e42398a8af4c04df;hp=5b1e8954f45c3f0adf3d92da1bae9567ab1222bf;hpb=0fd1a064d5c81207fd1be8665577787281b6a8fd;p=nonrtric.git diff --git a/test/simulator-group/control_panel/nginx.conf b/test/simulator-group/control_panel/nginx.conf index 5b1e8954..0a15a484 100644 --- a/test/simulator-group/control_panel/nginx.conf +++ b/test/simulator-group/control_panel/nginx.conf @@ -26,11 +26,11 @@ http { server_name localhost; root /usr/share/nginx/html; index index.html; - location /a1-policy/ { + location ${CONTROL_PANEL_PATH_POLICY_PREFIX} { set $upstream ${NGW_DOMAIN_NAME}; proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; } - location /ei-producer/{ + location ${CONTROL_PANEL_PATH_ECS_PREFIX} { set $upstream ${NGW_DOMAIN_NAME}; proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; }