changeset 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 9ca8b71e0e03
children 99ae1c12c99e
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -191,6 +191,16 @@ This functionality is available as part 
 </note>
 </tag-desc>
 
+<tag-name><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.5.9).
+Default value is zero, meaning there is no limit.
+<note>
+This functionality is available as part of our <commercial_version/> only.
+</note>
+</tag-desc>
+
 <tag-name><literal>backup</literal></tag-name>
 <tag-desc>
 marks the server as a backup server.