changeset 2067:014323d0cc38

Highlighted the "number" value in the queue directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Oct 2017 18:14:43 +0300
parents 55453b4f8eb0
children 3d9e7993c201
files xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 2 files changed, 6 insertions(+), 6 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="64">
+        rev="65">
 
 <section id="summary">
 
@@ -754,8 +754,8 @@ This directive is available as part of o
 If an upstream server cannot be selected immediately
 while processing a request,
 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.
+The directive specifies the maximum <value>number</value> of requests
+that can be in the queue at the same time.
 If the queue is filled up,
 or the server to pass the request to cannot be selected within
 the time period specified in the <literal>timeout</literal> parameter,
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="64">
+        rev="65">
 
 <section id="summary">
 
@@ -761,8 +761,8 @@ server {
 <para>
 Если при обработке запроса невозможно сразу выбрать сервер группы, то
 запрос будет помещён в очередь.
-Директива задаёт максимальное число запросов, которые могут одновременно
-находиться в очереди.
+Директива задаёт максимальное <value>число</value> запросов,
+которые могут одновременно находиться в очереди.
 Если очередь переполнена
 или за время, задаваемое параметром <literal>timeout</literal>,
 так и не удастся выбрать сервер для передачи ему запроса,