On Tue, Aug 13, 2013 at 12:36:25PM -0400, B.R. wrote:
> Hello,
>
> On Tue, Aug 13, 2013 at 8:31 AM, Ruslan Ermilov wrote:
>
> >
> > If there's a single server, max_fails and fail_timeout parameters
> > are ignored, and such a server will never become temporarily down.
> >
> > That would be worth
Hello,
On Tue, Aug 13, 2013 at 8:31 AM, Ruslan Ermilov wrote:
>
> If there's a single server, max_fails and fail_timeout parameters
> are ignored, and such a server will never become temporarily down.
>
> That would be worth mentioning in the Nginx documentation...
> http://nginx.org/en/docs
On Thu, Aug 08, 2013 at 10:45:14AM +0100, Richard Kearsley wrote:
> Hi
> I'm using the upstream module - with sole purpose to enable keepalives
> to my backend
> I don't want to use any of the other features, I only have 1 server in
> the upstream {}
> Does that mean max_fails is still being used
Hi
I'm using the upstream module - with sole purpose to enable keepalives
to my backend
I don't want to use any of the other features, I only have 1 server in
the upstream {}
Does that mean max_fails is still being used? (defaults to 1?) and
fail_timeout etc..? they both have default values
Wh