国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

Error during WebSocket handshake: 'Connection' header value must contain 'Upgrade'

派大星不會(huì)游泳

index:32 WebSocket connection to 'wss://xxx.fs.com/wss/' failed: Error during WebSocket handshake: 'Connection' header value must contain 'Upgrade'

這個(gè)js報(bào)錯(cuò)到底是什么問(wèn)題呀? 我不理解 按照官方文檔 配置的代理 都沒(méi)啥問(wèn)題 連上去就斷開(kāi)了

location /wss
{
proxy_pass http://127.0.0.1:8282;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header X-Real-IP $remote_addr;
}

1884 1 0
1個(gè)回答

six

估計(jì)你的8282不是websocket端口。用ws連下8282端口試下唄,看能不能連上

年代過(guò)于久遠(yuǎn),無(wú)法發(fā)表回答
??