changeset 969:7c542520b8f7

Added note about behavior of a single server in an upstream.
author Vladimir Homutov <vl@nginx.com>
date Thu, 15 Aug 2013 15:55:32 +0400
parents fa19bacf6e1e
children 051de14a6e79
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -217,6 +217,12 @@
     server backup1.example.com:8080 backup;
 }
 </example>
+
+<note>
+If there is only a single server in a group, <literal>max_fails</literal>,
+<literal>fail_timeout</literal> and <literal>slow_start</literal> parameters
+are ignored, and such a server will never be considered unavailable.
+</note>
 </para>
 
 </directive>