comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2082:fee7627f6a5a

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 11 Dec 2017 12:13:09 +0300
parents 014323d0cc38
children 27c53e1cb4b6
comparison
equal deleted inserted replaced
2081:f29bd40e9a62 2082:fee7627f6a5a
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="65"> 13 rev="66">
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
327 it was considered <link id="fail_timeout">unavailable</link>. 327 it was considered <link id="fail_timeout">unavailable</link>.
328 Default value is zero, i.e. slow start is disabled. 328 Default value is zero, i.e. slow start is disabled.
329 <note> 329 <note>
330 The parameter cannot be used along with the 330 The parameter cannot be used along with the
331 <link id="hash"/> and <link id="ip_hash"/> load balancing methods. 331 <link id="hash"/> and <link id="ip_hash"/> load balancing methods.
332 </note>
333 </tag-desc>
334
335 <tag-name id="drain">
336 <literal>drain</literal>
337 </tag-name>
338 <tag-desc>
339 puts the server into the “draining” mode (1.13.6).
340 In this mode, only requests <link id="sticky">bound</link> to the server
341 will be proxied to it.
342 <note>
343 Prior to version 1.13.6,
344 the parameter could be changed only with the
345 <link doc="ngx_http_api_module.xml">API</link> module.
332 </note> 346 </note>
333 </tag-desc> 347 </tag-desc>
334 348
335 </list> 349 </list>
336 </para> 350 </para>