天天看点

报错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;

}

本文转自chenzudao51CTO博客,原文链接:http://blog.51cto.com/victor2016/1912232 ,如需转载请自行联系原作者

继续阅读