# HG changeset patch # User Vladimir Homutov # Date 1376567732 -14400 # Node ID 7c542520b8f7d7cdee751f0815f4374666205dfb # Parent fa19bacf6e1e675680e85f676d9c9778b2b09907 Added note about behavior of a single server in an upstream. diff -r fa19bacf6e1e -r 7c542520b8f7 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Thu Aug 15 15:54:23 2013 +0400 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Thu Aug 15 15:55:32 2013 +0400 @@ -10,7 +10,7 @@ + rev="9">
@@ -217,6 +217,12 @@ server backup1.example.com:8080 backup; } + + +If there is only a single server in a group, max_fails, +fail_timeout and slow_start parameters +are ignored, and such a server will never be considered unavailable. +