portainer
This commit is contained in:
parent
3f4c1aee06
commit
9e883e8370
@ -45,6 +45,14 @@ http {
|
||||
location / {
|
||||
proxy_pass http://develop.sprinthub.ru:8888/;
|
||||
}
|
||||
|
||||
location /api/websocket/ {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://develop.sprinthub.ru:8888/api/websocket/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
@ -73,6 +73,14 @@ http {
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:8888/;
|
||||
}
|
||||
|
||||
location /api/websocket/ {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://dev.sprinthub.ru:8888/api/websocket/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user