comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 1672:9c98c4498f08

Rephrased the "proxy_next_upstream_timeout" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 30 Mar 2016 18:59:12 +0300
parents c4c1dddfedac
children d855e7cc3b2f
comparison
equal deleted inserted replaced
1671:5154b356a1b2 1672:9c98c4498f08
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_memcached_module" 10 <module name="Module ngx_http_memcached_module"
11 link="/en/docs/http/ngx_http_memcached_module.html" 11 link="/en/docs/http/ngx_http_memcached_module.html"
12 lang="en" 12 lang="en"
13 rev="11"> 13 rev="12">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_memcached_module</literal> module is used to obtain 18 The <literal>ngx_http_memcached_module</literal> module is used to obtain
206 <context>server</context> 206 <context>server</context>
207 <context>location</context> 207 <context>location</context>
208 <appeared-in>1.7.5</appeared-in> 208 <appeared-in>1.7.5</appeared-in>
209 209
210 <para> 210 <para>
211 Limits the time allowed to pass a request to the 211 Limits the time during which a request can be passed to the
212 <link id="memcached_next_upstream">next server</link>. 212 <link id="memcached_next_upstream">next server</link>.
213 The <literal>0</literal> value turns off this limitation. 213 The <literal>0</literal> value turns off this limitation.
214 </para> 214 </para>
215 215
216 </directive> 216 </directive>