comparison xml/en/docs/stream/ngx_stream_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 98fd810c13e0
comparison
equal deleted inserted replaced
2433:aa20cba8027c 2434:a1f61586779b
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="36"> 12 rev="37">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
200 </tag-name> 200 </tag-name>
201 <tag-desc> 201 <tag-desc>
202 marks the server as a backup server. 202 marks the server as a backup server.
203 Connections to the backup server will be passed 203 Connections to the backup server will be passed
204 when the primary servers are unavailable. 204 when the primary servers are unavailable.
205 <note>
206 The parameter cannot be used along with the
207 <link id="hash"/> and <link id="random"/> load balancing methods.
208 </note>
205 </tag-desc> 209 </tag-desc>
206 210
207 <tag-name id="down"> 211 <tag-name id="down">
208 <literal>down</literal> 212 <literal>down</literal>
209 </tag-name> 213 </tag-name>