|
|
@ -83,7 +83,7 @@ http {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
location ^~ /IoTCenter/hub {
|
|
|
|
location ^~ /IoTCenter/hub {
|
|
|
|
proxy_pass http://localhost:8011/IoTCenter/hub;
|
|
|
|
proxy_pass http://iotcenter/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";
|
|
|
|