comparison xml/en/docs/http/ngx_http_uwsgi_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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="24"> 13 rev="25">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
973 <context>server</context> 973 <context>server</context>
974 <context>location</context> 974 <context>location</context>
975 <appeared-in>1.7.5</appeared-in> 975 <appeared-in>1.7.5</appeared-in>
976 976
977 <para> 977 <para>
978 Limits the time allowed to pass a request to the 978 Limits the time during which a request can be passed to the
979 <link id="uwsgi_next_upstream">next server</link>. 979 <link id="uwsgi_next_upstream">next server</link>.
980 The <literal>0</literal> value turns off this limitation. 980 The <literal>0</literal> value turns off this limitation.
981 </para> 981 </para>
982 982
983 </directive> 983 </directive>