comparison xml/en/docs/http/ngx_http_fastcgi_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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="32"> 13 rev="33">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
1023 <context>server</context> 1023 <context>server</context>
1024 <context>location</context> 1024 <context>location</context>
1025 <appeared-in>1.7.5</appeared-in> 1025 <appeared-in>1.7.5</appeared-in>
1026 1026
1027 <para> 1027 <para>
1028 Limits the time allowed to pass a request to the 1028 Limits the time during which a request can be passed to the
1029 <link id="fastcgi_next_upstream">next server</link>. 1029 <link id="fastcgi_next_upstream">next server</link>.
1030 The <literal>0</literal> value turns off this limitation. 1030 The <literal>0</literal> value turns off this limitation.
1031 </para> 1031 </para>
1032 1032
1033 </directive> 1033 </directive>