Health checks and reloads

2017-04-26 Thread Aditya Umrani
Hello, We are using nginx plus and we use application health-checks. We want to move to the 'mandatory' parameter which requires that servers pass the health check before it becomes active. Currently, we have a system which reloads all configs (rather than a diff based system which would just onl

Re: so_keepalive option for outbound sockets

2016-07-22 Thread Aditya Umrani
Hi, Thanks for your prompt reply. On Fri, Jul 22, 2016 at 7:32 AM, Maxim Dounin wrote: > Hello! > > On Thu, Jul 21, 2016 at 07:02:48PM -0700, Aditya Umrani wrote: > >> Hello, >> >> I've configured the so_keepalive option for a server (this is also my >>

so_keepalive option for outbound sockets

2016-07-21 Thread Aditya Umrani
Hello, I've configured the so_keepalive option for a server (this is also my default server). I do have other server configs listening to the same port. listen 9822 default_server so_keepalive=on; listen 29822 ssl http2 default_server so_keepalive=on; My sysctl settings are set