comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1543:08242a0abf11

Fixed grammar in the upstream queue directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Aug 2015 13:37:33 +0300
parents 0b89d1e54e8f
children 627a9309011c
comparison
equal deleted inserted replaced
1542:a13a99cf46ea 1543:08242a0abf11
849 <link id="max_conns"/> limit, 849 <link id="max_conns"/> limit,
850 the request will be placed into the queue. 850 the request will be placed into the queue.
851 The directive specifies the maximum number of requests that can be in the queue 851 The directive specifies the maximum number of requests that can be in the queue
852 at the same time. 852 at the same time.
853 If the queue is filled up, 853 If the queue is filled up,
854 or the server to pass the request to cannot been selected within 854 or the server to pass the request to cannot be selected within
855 the time period specified in the <literal>timeout</literal> parameter, 855 the time period specified in the <literal>timeout</literal> parameter,
856 an error will be returned to the client. 856 an error will be returned to the client.
857 </para> 857 </para>
858 858
859 <para> 859 <para>