comparison xml/en/docs/http/ngx_http_proxy_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 c872b93682f4
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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="45"> 13 rev="46">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1187 <context>server</context> 1187 <context>server</context>
1188 <context>location</context> 1188 <context>location</context>
1189 <appeared-in>1.7.5</appeared-in> 1189 <appeared-in>1.7.5</appeared-in>
1190 1190
1191 <para> 1191 <para>
1192 Limits the time allowed to pass a request to the 1192 Limits the time during which a request can be passed to the
1193 <link id="proxy_next_upstream">next server</link>. 1193 <link id="proxy_next_upstream">next server</link>.
1194 The <literal>0</literal> value turns off this limitation. 1194 The <literal>0</literal> value turns off this limitation.
1195 </para> 1195 </para>
1196 1196
1197 </directive> 1197 </directive>