comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1800:9d722e4153ab

Documented the "max_conns" parameter as opensource.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Sep 2016 20:25:42 +0300
parents e1e0c5b27515
children 592f9fa804f6
comparison
equal deleted inserted replaced
1799:386a9a8a7ddc 1800:9d722e4153ab
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="17"> 12 rev="18">
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)
143 </tag-name> 143 </tag-name>
144 <tag-desc> 144 <tag-desc>
145 sets the weight of the server, by default, 1. 145 sets the weight of the server, by default, 1.
146 </tag-desc> 146 </tag-desc>
147 147
148 <tag-name id="max_conns">
149 <literal>max_conns</literal>=<value>number</value>
150 </tag-name>
151 <tag-desc>
152 limits the maximum <value>number</value> of simultaneous connections to the
153 proxied server (1.11.5).
154 Default value is zero, meaning there is no limit.
155 <note>
156 Prior to version 1.11.5, this parameter was available as part of our
157 <commercial_version>commercial subscription</commercial_version>.
158 </note>
159 </tag-desc>
160
148 <tag-name id="max_fails"> 161 <tag-name id="max_fails">
149 <literal>max_fails</literal>=<value>number</value> 162 <literal>max_fails</literal>=<value>number</value>
150 </tag-name> 163 </tag-name>
151 <tag-desc> 164 <tag-desc>
152 sets the number of unsuccessful attempts to communicate with the server 165 sets the number of unsuccessful attempts to communicate with the server
201 <para> 214 <para>
202 Additionally, 215 Additionally,
203 the following parameters are available as part of our 216 the following parameters are available as part of our
204 <commercial_version>commercial subscription</commercial_version>: 217 <commercial_version>commercial subscription</commercial_version>:
205 <list type="tag"> 218 <list type="tag">
206
207 <tag-name id="max_conns">
208 <literal>max_conns</literal>=<value>number</value>
209 </tag-name>
210 <tag-desc>
211 limits the maximum <value>number</value> of simultaneous connections to the
212 proxied server.
213 Default value is zero, meaning there is no limit.
214 </tag-desc>
215 219
216 <tag-name id="resolve"> 220 <tag-name id="resolve">
217 <literal>resolve</literal> 221 <literal>resolve</literal>
218 </tag-name> 222 </tag-name>
219 <tag-desc> 223 <tag-desc>