您的位置:首页 > 运维架构 > Nginx

在服务器上使用webscoket需要在nginx上增加支持配置

2017-09-07 14:16 423 查看
proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  nginx
相关文章推荐