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=931e03479a552777755d805972428f8691c5dc1c;hp=0a15a4849bfa0523d017c0068f48518a5d4a0174;hpb=a558fd6f5a4b929c06168ba2e7f93f787bcf142f;p=nonrtric.git diff --git a/test/simulator-group/control_panel/nginx.conf b/test/simulator-group/control_panel/nginx.conf index 0a15a484..5f8ae575 100644 --- a/test/simulator-group/control_panel/nginx.conf +++ b/test/simulator-group/control_panel/nginx.conf @@ -30,7 +30,11 @@ http { set $upstream ${NGW_DOMAIN_NAME}; proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; } - location ${CONTROL_PANEL_PATH_ECS_PREFIX} { + 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}; }