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
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=