diff 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
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -145,6 +145,19 @@ The following parameters can be defined:
 sets the weight of the server, by default, 1.
 </tag-desc>
 
+<tag-name id="max_conns">
+<literal>max_conns</literal>=<value>number</value>
+</tag-name>
+<tag-desc>
+limits the maximum <value>number</value> of simultaneous connections to the
+proxied server (1.11.5).
+Default value is zero, meaning there is no limit.
+<note>
+Prior to version 1.11.5, this parameter was available as part of our
+<commercial_version>commercial subscription</commercial_version>.
+</note>
+</tag-desc>
+
 <tag-name id="max_fails">
 <literal>max_fails</literal>=<value>number</value>
 </tag-name>
@@ -204,15 +217,6 @@ the following parameters are available a
 <commercial_version>commercial subscription</commercial_version>:
 <list type="tag">
 
-<tag-name id="max_conns">
-<literal>max_conns</literal>=<value>number</value>
-</tag-name>
-<tag-desc>
-limits the maximum <value>number</value> of simultaneous connections to the
-proxied server.
-Default value is zero, meaning there is no limit.
-</tag-desc>
-
 <tag-name id="resolve">
 <literal>resolve</literal>
 </tag-name>