Minor fix for a1pms_api_function
[nonrtric.git] / test / simulator-group / control_panel / nginx.conf
index 0a15a48..5f8ae57 100644 (file)
@@ -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};
         }