comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1504:0b89d1e54e8f

Updated definition of the "max_conns" parameter.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 21 May 2015 18:57:07 +0300
parents 8d134b482cc3
children 08242a0abf11
comparison
equal deleted inserted replaced
1503:a9ffc9dd41e0 1504:0b89d1e54e8f
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="39"> 13 rev="40">
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
214 214
215 <tag-name id="max_conns"> 215 <tag-name id="max_conns">
216 <literal>max_conns</literal>=<value>number</value> 216 <literal>max_conns</literal>=<value>number</value>
217 </tag-name> 217 </tag-name>
218 <tag-desc> 218 <tag-desc>
219 limits the maximum <value>number</value> of simultaneous connections to the 219 limits the maximum <value>number</value> of simultaneous active
220 proxied server (1.5.9). 220 connections to the proxied server (1.5.9).
221 Default value is zero, meaning there is no limit. 221 Default value is zero, meaning there is no limit.
222 <note>
223 When <link id="keepalive"/> connections and multiple
224 <link doc="../ngx_core_module.xml" id="worker_processes">workers</link>
225 are enabled,
226 the total number of connections to the proxied server
227 may exceed the <literal>max_conns</literal> value.
228 </note>
222 </tag-desc> 229 </tag-desc>
223 230
224 <tag-name id="resolve"> 231 <tag-name id="resolve">
225 <literal>resolve</literal> 232 <literal>resolve</literal>
226 </tag-name> 233 </tag-name>