comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2434:a1f61586779b

Listed not supported load balancing methods in upstream backup.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 25 Sep 2019 16:06:51 +0300
parents 7e1af2148946
children a26a42699207
comparison
equal deleted inserted replaced
2433:aa20cba8027c 2434:a1f61586779b
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="80"> 13 rev="81">
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
219 <literal>backup</literal> 219 <literal>backup</literal>
220 </tag-name> 220 </tag-name>
221 <tag-desc> 221 <tag-desc>
222 marks the server as a backup server. 222 marks the server as a backup server.
223 It will be passed requests when the primary servers are unavailable. 223 It will be passed requests when the primary servers are unavailable.
224 <note>
225 The parameter cannot be used along with the
226 <link id="hash"/>, <link id="ip_hash"/>, and <link id="random"/>
227 load balancing methods.
228 </note>
224 </tag-desc> 229 </tag-desc>
225 230
226 <tag-name id="down"> 231 <tag-name id="down">
227 <literal>down</literal> 232 <literal>down</literal>
228 </tag-name> 233 </tag-name>