# HG changeset patch # User Ruslan Ermilov # Date 1450429054 -10800 # Node ID d846df055f036d31fa6f8e978dba8dec1d8dde1b # Parent 5d0622281aec7ced9751207d9e2eb197c79b70d6 Disambiguated a sentence about multiple limit_conn limits. diff -r 5d0622281aec -r d846df055f03 xml/en/docs/http/ngx_http_limit_conn_module.xml --- a/xml/en/docs/http/ngx_http_limit_conn_module.xml Thu Dec 17 19:50:56 2015 +0300 +++ b/xml/en/docs/http/ngx_http_limit_conn_module.xml Fri Dec 18 11:57:34 2015 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -82,8 +82,7 @@ -When several limit_conn directives are specified, -any configured limit will apply. +There could be several limit_conn 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: diff -r 5d0622281aec -r d846df055f03 xml/ru/docs/http/ngx_http_limit_conn_module.xml --- a/xml/ru/docs/http/ngx_http_limit_conn_module.xml Thu Dec 17 19:50:56 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_limit_conn_module.xml Fri Dec 18 11:57:34 2015 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -81,9 +81,7 @@ -Допустимо одновременное указание нескольких директив -limit_conn, -при этом будет срабатывать любое из ограничений. +Директив limit_conn может быть несколько. Например, следующая конфигурация ограничивает число соединений с сервером с одного клиентского IP-адреса и в то же время ограничивает общее число соединений с виртуальным сервером: