comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1410:f5dcc23b214f

Deleted info about hash and ip_hash from the down parameter.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 09 Feb 2015 21:46:50 +0300
parents ea73cd9d4cdb
children f5b5eefc43cb
comparison
equal deleted inserted replaced
1409:f5d50bf52427 1410:f5dcc23b214f
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="3"> 12 rev="4">
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.7.7) 17 The <literal>ngx_stream_upstream_module</literal> module (1.7.7)
165 165
166 <tag-name id="down"> 166 <tag-name id="down">
167 <literal>down</literal> 167 <literal>down</literal>
168 </tag-name> 168 </tag-name>
169 <tag-desc> 169 <tag-desc>
170 marks the server as permanently unavailable; used along with 170 marks the server as permanently unavailable.
171 the <link id="hash"/> directive.
172 </tag-desc> 171 </tag-desc>
173 172
174 <tag-name id="max_conns"> 173 <tag-name id="max_conns">
175 <literal>max_conns</literal>=<value>number</value> 174 <literal>max_conns</literal>=<value>number</value>
176 </tag-name> 175 </tag-name>