nginx 反向代理配置 websocket 支持

在 location 字段下配置

# 支持 websocket
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection  "upgrade";

类似文章