comparison xml/en/docs/http/ngx_http_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 15e8779f0ceb
children 23b409d1f5c7
comparison
equal deleted inserted replaced
1409:f5d50bf52427 1410:f5dcc23b214f
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="33"> 13 rev="34">
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
201 201
202 <tag-name id="down"> 202 <tag-name id="down">
203 <literal>down</literal> 203 <literal>down</literal>
204 </tag-name> 204 </tag-name>
205 <tag-desc> 205 <tag-desc>
206 marks the server as permanently unavailable; used along with 206 marks the server as permanently unavailable.
207 the <link id="ip_hash"/> directive.
208 </tag-desc> 207 </tag-desc>
209 208
210 </list> 209 </list>
211 </para> 210 </para>
212 211