comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1119:15f48e365f43

Documented the "max_conns" parameter of the "server" directive.
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 13:37:40 +0400
parents 379cb572a7ec
children 594093ef96b1
comparison
equal deleted inserted replaced
1118:9ca8b71e0e03 1119:15f48e365f43
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="12"> 13 rev="13">
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
189 <note> 189 <note>
190 This functionality is available as part of our <commercial_version/>. 190 This functionality is available as part of our <commercial_version/>.
191 </note> 191 </note>
192 </tag-desc> 192 </tag-desc>
193 193
194 <tag-name><literal>max_conns</literal>=<value>number</value></tag-name>
195 <tag-desc>
196 limits the maximum <value>number</value> of simultaneous connections to the
197 proxied server (1.5.9).
198 Default value is zero, meaning there is no limit.
199 <note>
200 This functionality is available as part of our <commercial_version/> only.
201 </note>
202 </tag-desc>
203
194 <tag-name><literal>backup</literal></tag-name> 204 <tag-name><literal>backup</literal></tag-name>
195 <tag-desc> 205 <tag-desc>
196 marks the server as a backup server. 206 marks the server as a backup server.
197 It will be passed requests when the primary servers are unavailable. 207 It will be passed requests when the primary servers are unavailable.
198 </tag-desc> 208 </tag-desc>