1.0.0.0810d4

Former-commit-id: a5dc28f08f9baf134142d93e8d935091755c85a9
Former-commit-id: c26f9c616df37623b9cc80094a5b51286b1c4400
TSXN
wanggang 5 years ago
parent 73f974ba5e
commit 5148e74016

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0810d3")] [assembly: AssemblyInformationalVersion("1.0.0.0810d4")]

@ -45,22 +45,22 @@ http {
} }
location ^~ /UserCenter/ { location ^~ /UserCenter/ {
proxy_pass http://172.172.0.70:8010/UserCenter/; proxy_pass http://172.172.0.70/UserCenter/;
} }
location ^~ /IoTCenter/ { location ^~ /IoTCenter/ {
proxy_pass http://172.172.0.80:8011/IoTCenter/; proxy_pass http://172.172.0.80/IoTCenter/;
} }
location ^~ /IoTCenter/hub { 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_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
} }
location ^~ /JobServer/ { 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; error_page 500 502 503 504 /50x.html;

Loading…
Cancel
Save