diff xml/en/docs/http/ngx_http_upstream_module.xml @ 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 7275c134ec67
children fee7627f6a5a
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,