0

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?

buddy
  • 805
  • 1
  • 15
  • 30

1 Answers1

0

Yes, it does (since 1.3.13).

Have a look at the docs here and an example setup here

Keenan Lawrence
  • 1,446
  • 10
  • 16