From 5cde588b6da38befb12ed3744c3730260ee9d24d Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 19 May 2020 17:25:43 +0800 Subject: [PATCH] update Former-commit-id: 2a469421a1d0e21564029cf95b1a074605036558 --- publish/src/linux-x64/publish/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/src/linux-x64/publish/nginx/nginx.conf b/publish/src/linux-x64/publish/nginx/nginx.conf index 6a5ba379..ced95072 100644 --- a/publish/src/linux-x64/publish/nginx/nginx.conf +++ b/publish/src/linux-x64/publish/nginx/nginx.conf @@ -83,7 +83,7 @@ http { } location ^~ /IoTCenter/hub { - proxy_pass http://localhost:8011/IoTCenter/hub; + proxy_pass http://iotcenter/IoTCenter/hub; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";