天天看點

報錯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 ,如需轉載請自行聯系原作者

繼續閱讀