comparison xml/en/docs/http/ngx_http_uwsgi_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_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="5"> 13 rev="6">
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
763 That is, if an error or timeout occurs in the middle of the 763 That is, if an error or timeout occurs in the middle of the
764 transferring of a response, fixing this is impossible. 764 transferring of a response, fixing this is impossible.
765 </para> 765 </para>
766 766
767 <para> 767 <para>
768 The directive also defines what is considered an unsuccessful attempt 768 The directive also defines what is considered an
769 of communication with a 769 <link doc="ngx_http_upstream_module.xml" id="max_fails">unsuccessful
770 <link doc="ngx_http_upstream_module.xml" id="server"/>. 770 attempt</link> of communication with a server.
771 The cases of <literal>error</literal>, <literal>timeout</literal> and 771 The cases of <literal>error</literal>, <literal>timeout</literal> and
772 <literal>invalid_header</literal> are always considered unsuccessful attempts, 772 <literal>invalid_header</literal> are always considered unsuccessful attempts,
773 even if they are not specified in the directive. 773 even if they are not specified in the directive.
774 The cases of <literal>http_500</literal> and <literal>http_503</literal> are 774 The cases of <literal>http_500</literal> and <literal>http_503</literal> are
775 considered unsuccessful attempts only if they are specified in the directive. 775 considered unsuccessful attempts only if they are specified in the directive.