Re: How do I set Keep Alive

2016-03-09 Thread CJ Ess
If your backend is sensitive to keepalive traffic (mine are), then my advice is to enable keepalives as far into your stack as you can. i.e. I have nginx fronting haproxy and varnish, I enable keepalives to both haproxy and varnish add have them add a "connection: close" header to their backend re

How do I set Keep Alive

2016-03-08 Thread RemcoJanssen
Hello, I am new to nginx and Speedgrade suggest I enable keepalive to enhance performance of my website(s). I've read*1 that enabling this is also a risk. What is the best practise? *1 https://www.nginx.com/blog/http-keepalives-and-web-performance/ Posted at Nginx Forum: https://forum.nginx.o