6324

原因在于Nginx缺少Websocket配置

在server location 中加入

        #启用支持websocket连接
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

分类:

技术点:

相关文章: