Re: how nginx handle websocket proxying

2020-11-26 Thread Sergey Kandaurov
> On 26 Nov 2020, at 12:03, allenhe wrote: > > Can someone elaborate this a little bit? > "NGINX supports WebSocket by allowing a tunnel to be set up between both > client and back-end servers." > > what is the "tunnel" here? After upgrading HTTP/1.1 to WebSocket protocol, a two-way communic

how nginx handle websocket proxying

2020-11-26 Thread allenhe
Can someone elaborate this a little bit? "NGINX supports WebSocket by allowing a tunnel to be set up between both client and back-end servers." what is the "tunnel" here? Does it mean the client will talk with the back-end server directly after the http Upgrade handshakes? Posted at Nginx Forum: