X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fcontrol_panel%2Fnginx.conf;h=1672ad025b0c8f2dc9b35c5f94e5119dcd03460f;hb=fec823bee9dfc96dcb625e1d538e3bec131f6ed0;hp=0a15a4849bfa0523d017c0068f48518a5d4a0174;hpb=1bcbc465addd5953b59dd953acb8e2aa586b3be6;p=nonrtric.git diff --git a/test/simulator-group/control_panel/nginx.conf b/test/simulator-group/control_panel/nginx.conf index 0a15a484..1672ad02 100644 --- a/test/simulator-group/control_panel/nginx.conf +++ b/test/simulator-group/control_panel/nginx.conf @@ -34,6 +34,10 @@ http { set $upstream ${NGW_DOMAIN_NAME}; proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; } + location ${CONTROL_PANEL_PATH_ECS_PREFIX2} { + set $upstream ${NGW_DOMAIN_NAME}; + proxy_pass http://$upstream:${NRT_GATEWAY_EXTERNAL_PORT}; + } location / { try_files $uri $uri/ /index.html; }