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