|
|
|
@ -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;
|
|
|
|
|