diff --git a/projects/Version.cs b/projects/Version.cs index 5c953c26..01912880 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.0810d3")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.0810d4")] \ No newline at end of file diff --git a/publish/src/linux-x64/publish/docker/conf/gateway/nginx.conf b/publish/src/linux-x64/publish/docker/conf/gateway/nginx.conf index eca5ba79..5c5f25e9 100644 --- a/publish/src/linux-x64/publish/docker/conf/gateway/nginx.conf +++ b/publish/src/linux-x64/publish/docker/conf/gateway/nginx.conf @@ -45,22 +45,22 @@ http { } location ^~ /UserCenter/ { - proxy_pass http://172.172.0.70:8010/UserCenter/; + proxy_pass http://172.172.0.70/UserCenter/; } location ^~ /IoTCenter/ { - proxy_pass http://172.172.0.80:8011/IoTCenter/; + proxy_pass http://172.172.0.80/IoTCenter/; } location ^~ /IoTCenter/hub { - proxy_pass http://172.172.0.80:8011/IoTCenter/hub; + proxy_pass http://172.172.0.80/IoTCenter/hub; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location ^~ /JobServer/ { - proxy_pass http://172.172.0.90:8013/JobServer/; + proxy_pass http://172.172.0.90/JobServer/; } error_page 500 502 503 504 /50x.html;