X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fcontrol_panel%2Fnginx.conf;h=5f8ae575ceca1df086f7270ef50f11b1ede4cce5;hb=007b64509101d8e3ef881955adee2ad15d062213;hp=5b1e8954f45c3f0adf3d92da1bae9567ab1222bf;hpb=7682abb5a05160aeb83004a4e56c36e302eded1e;p=nonrtric.git diff --git a/test/simulator-group/control_panel/nginx.conf b/test/simulator-group/control_panel/nginx.conf index 5b1e8954..5f8ae575 100644 --- a/test/simulator-group/control_panel/nginx.conf +++ b/test/simulator-group/control_panel/nginx.conf @@ -26,11 +26,15 @@ 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_ICS_PREFIX} { + set $upstream ${NGW_DOMAIN_NAME}; + proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; + } + location ${CONTROL_PANEL_PATH_ICS_PREFIX2} { set $upstream ${NGW_DOMAIN_NAME}; proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; }