码迷,mamicode.com
首页 > 其他好文 > 详细

使用 socket.io + nginx 时,出现 400 错误,无法通信

时间:2018-05-16 15:15:09      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:ade   upgrade   socket   pre   无法   使用   ati   nginx   配置到   

解决方法

将下面的代码配置到 nginx 的配置文件中

location / {
    proxy_pass http://127.0.0.1:8888;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
}

使用 socket.io + nginx 时,出现 400 错误,无法通信

标签:ade   upgrade   socket   pre   无法   使用   ati   nginx   配置到   

原文地址:https://www.cnblogs.com/StarUDream/p/9045442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!