EN
Size: a a a
EN
EN
EN
ZZ
ZZ
location / {
proxy_pass http://websocket;
EN
EN
ZZ
EN
ZZ
upstream websocket {
server
ipserver:8010;
}
server {
listen 8020;
location / {
proxy_pass http://websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
}
}
ZZ
EN
EN
ZZ
upstream websocket {
server IPSERVER:8010;
}
server {
listen 8020;
location / {
proxy_pass http://websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
}
}
ВМ
ВМ
ZZ
upstream websocket {
server IPSERVER:8010;
}
ZZ
ВМ