comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2418:7e1af2148946

Updated note in slow_start with random load balancing method.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Aug 2019 20:45:38 +0300
parents 994207cf96da
children a1f61586779b
comparison
equal deleted inserted replaced
2417:e35ed485070d 2418:7e1af2148946
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="79"> 13 rev="80">
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
328 or when the server becomes available after a period of time 328 or when the server becomes available after a period of time
329 it was considered <link id="fail_timeout">unavailable</link>. 329 it was considered <link id="fail_timeout">unavailable</link>.
330 Default value is zero, i.e. slow start is disabled. 330 Default value is zero, i.e. slow start is disabled.
331 <note> 331 <note>
332 The parameter cannot be used along with the 332 The parameter cannot be used along with the
333 <link id="hash"/> and <link id="ip_hash"/> load balancing methods. 333 <link id="hash"/>, <link id="ip_hash"/>, and <link id="random"/>
334 load balancing methods.
334 </note> 335 </note>
335 </tag-desc> 336 </tag-desc>
336 337
337 <tag-name id="drain"> 338 <tag-name id="drain">
338 <literal>drain</literal> 339 <literal>drain</literal>