塞翁失码

  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by 塞翁失码
  • 塞翁失码 commented,

    测试使用nginx的上述配置,可以正常代理其他websocket服务。 是需要调整上云API的代码吗?

  • 塞翁失码 created a post,

    使用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; ...