# HG changeset patch # User Yaroslav Zhuravlev # Date 1476468827 -10800 # Node ID 574c44d14837785c75705d84e114b41a27870e04 # Parent 0160e87844172f8cb229644799a58cf82443d65d Removed the "max_conns" condition from the "queue" directive. diff -r 0160e8784417 -r 574c44d14837 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Wed Jun 03 15:35:08 2015 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Fri Oct 14 21:13:47 2016 +0300 @@ -10,7 +10,7 @@ + rev="54">
@@ -1020,8 +1020,6 @@ If an upstream server cannot be selected immediately while processing a request, -and there are the servers in the group that have reached the - limit, the request will be placed into the queue. The directive specifies the maximum number of requests that can be in the queue at the same time. diff -r 0160e8784417 -r 574c44d14837 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Wed Jun 03 15:35:08 2015 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Fri Oct 14 21:13:47 2016 +0300 @@ -10,7 +10,7 @@ + rev="54">
@@ -1027,9 +1027,7 @@ 1.5.12 -Если при обработке запроса невозможно сразу выбрать сервер группы -и в группе есть серверы, у которых число соединений достигло -ограничения , +Если при обработке запроса невозможно сразу выбрать сервер группы, то запрос будет помещён в очередь. Директива задаёт максимальное число запросов, которые могут одновременно находиться в очереди.