首页 > Web开发 > 详细

报错nginx failed error: during websocket handshake

时间:2017-03-31 22:04:28      阅读:312      评论:0      收藏:0      [点我收藏+]

location / {
proxy_pass http://localhost:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}



本文出自 “小V运维之路” 博客,请务必保留此出处http://victor2016.blog.51cto.com/6768693/1912232

报错nginx failed error: during websocket handshake

原文:http://victor2016.blog.51cto.com/6768693/1912232

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!