comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1289:57fc39924d42

Proxy/memcached/fastcgi/scgi/uwsgi: updated link in _next_upstream directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 12 Sep 2014 15:31:55 +0400
parents 5be7716a5684
children f5cc9f2aef9a
comparison
equal deleted inserted replaced
1288:716618f57bac 1289:57fc39924d42
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="22"> 13 rev="23">
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
958 That is, if an error or timeout occurs in the middle of the 958 That is, if an error or timeout occurs in the middle of the
959 transferring of a response, fixing this is impossible. 959 transferring of a response, fixing this is impossible.
960 </para> 960 </para>
961 961
962 <para> 962 <para>
963 The directive also defines what is considered an unsuccessful attempt 963 The directive also defines what is considered an
964 of communication with a 964 <link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
965 <link doc="ngx_http_upstream_module.xml" id="server"/>. 965 attempt</link> of communication with a server.
966 The cases of <literal>error</literal>, <literal>timeout</literal> and 966 The cases of <literal>error</literal>, <literal>timeout</literal> and
967 <literal>invalid_header</literal> are always considered unsuccessful attempts, 967 <literal>invalid_header</literal> are always considered unsuccessful attempts,
968 even if they are not specified in the directive. 968 even if they are not specified in the directive.
969 The cases of <literal>http_500</literal>, <literal>http_502</literal>, 969 The cases of <literal>http_500</literal>, <literal>http_502</literal>,
970 <literal>http_503</literal> and <literal>http_504</literal> are 970 <literal>http_503</literal> and <literal>http_504</literal> are