Re: NGINX to support websocket client on the same port

2016-08-31 Thread Valentin V. Bartenev
On Wednesday 31 August 2016 01:21:13 jebina wrote: > A quick question, Does Nginx support websocket client. > > I have a webserver that uses NGINX and i use a websocket server for which > NGINX acts as proxy. In the same port , can i use websocket client to > initiate a connection with the externa

NGINX to support websocket client on the same port

2016-08-30 Thread jebina
A quick question, Does Nginx support websocket client. I have a webserver that uses NGINX and i use a websocket server for which NGINX acts as proxy. In the same port , can i use websocket client to initiate a connection with the external websocket server? config is here worker_processes 1; #