comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 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 fc35441b4856
comparison
equal deleted inserted replaced
968:fa19bacf6e1e 969:7c542520b8f7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="8"> 13 rev="9">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
215 server unix:/tmp/backend3; 215 server unix:/tmp/backend3;
216 216
217 server backup1.example.com:8080 backup; 217 server backup1.example.com:8080 backup;
218 } 218 }
219 </example> 219 </example>
220
221 <note>
222 If there is only a single server in a group, <literal>max_fails</literal>,
223 <literal>fail_timeout</literal> and <literal>slow_start</literal> parameters
224 are ignored, and such a server will never be considered unavailable.
225 </note>
220 </para> 226 </para>
221 227
222 </directive> 228 </directive>
223 229
224 230