原因在于Nginx缺少Websocket配置
在server location 中加入
#启用支持websocket连接 proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";