标签: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