码迷,mamicode.com
首页 > Web开发 > 详细

报错nginx failed error: during websocket handshake

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

标签:nginx failed error: during websocket handshake

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

标签:nginx failed error: during websocket handshake

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

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