-
Docker 部署内核连接中断…v2.7.3
2023-06-09 00:02请问作者大大,这么配置还有什么问题么,怎么还是一直报这个问题
location /ws { proxy_pass http://ip:6806; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_set_header Sec-WebSocket-Version $http_sec_websocket_version; proxy_set_header Sec-WebSocket-Key $http_sec_websocket_key; proxy_set_header Sec-WebSocket-Extensions $http_sec_websocket_extensions; }