location /wss{
proxy_pass http://websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_read_timeout 600;
}
nginx workerman 转发 wss
最新推荐文章于 2024-01-07 01:36:02 发布