标签: websocket wss ratchet nginx-config
我有一个Ratchet网络套接字服务器(ws://example.com:8018)。 example.com服务器已通过nginx启用ssl.example.com网站在https上正常运行。当我通过网站连接网络套接字服务器时,由于该网站位于https中,因此显示错误。我的问题是如何连接通过wss://example.com/wss2/的网络套接字服务器。我在nginx配置文件中做了很多更改,但是没有任何帮助。 nginx版本为1.4。
谢谢。