Hi,
As the nginx websocket proxying doc says, after the http upgrade procedure completes, the client and the server communicate with each other in a two-way tunnel. I am just wondering if this two-way communication is still proxyed by nignx?
I understand the nginx only proxy the http upgrade messages, am I correct?
1) upgrade phase
client --> nginx --> server
2) playload
client <--------------> server
Br,
Allen