comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1817:0160e8784417

Documented behavior of server slow_start with ip_hash and hash.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 03 Jun 2015 15:35:08 +0300
parents 2245f2827e2f
children 574c44d14837
comparison
equal deleted inserted replaced
1816:62854d567468 1817:0160e8784417
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="52"> 13 rev="53">
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
323 from zero to a nominal value, when unhealthy server becomes 323 from zero to a nominal value, when unhealthy server becomes
324 <link id="health_check">healthy</link>, 324 <link id="health_check">healthy</link>,
325 or when the server becomes available after a period of time 325 or when the server becomes available after a period of time
326 it was considered <link id="fail_timeout">unavailable</link>. 326 it was considered <link id="fail_timeout">unavailable</link>.
327 Default value is zero, i.e. slow start is disabled. 327 Default value is zero, i.e. slow start is disabled.
328 <note>
329 The parameter cannot be used along with the
330 <link id="hash"/> and <link id="ip_hash"/> load balancing methods.
331 </note>
328 </tag-desc> 332 </tag-desc>
329 333
330 </list> 334 </list>
331 </para> 335 </para>
332 336