Re: Question about failure and fail-over

2013-07-18 Thread Maxim Dounin
Hello! On Thu, Jul 18, 2013 at 07:10:27AM -0400, Branden Visser wrote: > Hi all, I have a general question about server failure and failover > within an upstream group to ensure I understand it correctly. > > Lets say I have the configuration: > > proxy_next_upstream timeout; > proxy_connect_ti

Question about failure and fail-over

2013-07-18 Thread Branden Visser
Hi all, I have a general question about server failure and failover within an upstream group to ensure I understand it correctly. Lets say I have the configuration: proxy_next_upstream timeout; proxy_connect_timeout 5; ... upstream { 127.0.0.1 max_fails=3 fail_timeout=10s 127.0.0.2 max_fails=