出现这个问题需要 HTTPS 域名位置加入如下配置:

        location /{
。。。
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

参考自:​​https://blog.51cto.com/kusorz/2058591?utm_source=oschina-app​

官方文档:​​http://nginx.org/en/docs/http/websocket.html​