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=05bfe48a83b1d7bf719eb94444ffc1377b998273;hp=1672ad025b0c8f2dc9b35c5f94e5119dcd03460f;hpb=443d4728b1930a96ca174e6940c95558f7806684;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}; }