共计 176 个字符,预计需要花费 1 分钟才能阅读完成。
- nginx 代理 webSocket 配置如果少了 proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection “upgrade”; 这两个配置就会呈现 http 426 报错
在 location 中增加
proxy_http_version 1.1;
proxy_set_header Connection "";
正文完