socket.io nginx已经如下配置 location /socket.io { proxy_pass http://127.0.0.1:2120; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";...
按照官方nginx代理wss方式配置了还是报错 具体i配置如下: [attach]997[/attach] [attach]998[/attach] 错误提示: failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR 单独访问:域名+/wss/会出现websocket的报错信息,说明nginx已经转发了吧 http访问ip:5515...