塞翁失码
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by 塞翁失码-
使用nginx代理上云API,websocket连接失败
Completed使用nginx代理上云API的websocket,客户端浏览器已经可以连接到websocket了,但是瞬间就会中断开连接,要如何配置。我的nginx配置如下:server { listen 6666; server_name localhost; location /websocket { proxy_pass http://127.0.0.1:6789; ...