Re: Websockets - recommended settings question

2016-09-13 Thread Maxim Dounin
Hello! On Tue, Sep 13, 2016 at 04:29:21PM +1200, Cain wrote: > In the nginx documentation (https://www.nginx.com/blog/websocket-nginx), it > is recommended to set the 'Connection' header to 'close' (if there is no > upgrade header) - from my understanding, this disables keep alive from > nginx to

Websockets - recommended settings question

2016-09-12 Thread Cain
Hi, In the nginx documentation (https://www.nginx.com/blog/websocket-nginx), it is recommended to set the 'Connection' header to 'close' (if there is no upgrade header) - from my understanding, this disables keep alive from nginx to the upstream - is there a reason for this? Additionally, is keep