diff xml/en/docs/http/ngx_http_limit_conn_module.xml @ 1628:d846df055f03

Disambiguated a sentence about multiple limit_conn limits.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 18 Dec 2015 11:57:34 +0300
parents a3509ca11ab4
children 6c96a644b0b3
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_conn_module.xml
+++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_limit_conn_module"
         link="/en/docs/http/ngx_http_limit_conn_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -82,8 +82,7 @@ In HTTP/2 and SPDY, each concurrent requ
 </para>
 
 <para>
-When several <literal>limit_conn</literal> directives are specified,
-any configured limit will apply.
+There could be several <literal>limit_conn</literal> directives.
 For example, the following configuration will limit the number
 of connections to the server per a client IP and, at the same time,
 the total number of connections to the virtual server: