comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 917:e26a18eb5ccd

Documented http_403 in proxy_next_upstream and friends.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 May 2013 12:29:42 +0400
parents f62328124e5b
children ba3d6ade3513
comparison
equal deleted inserted replaced
916:23082702f90d 917:e26a18eb5ccd
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
126 What is considered to be an unsuccessful attempt is configured by the 126 What is considered to be an unsuccessful attempt is configured by the
127 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>, 127 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>,
128 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>, and 128 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>, and
129 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/> 129 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/>
130 directives. 130 directives.
131 The <literal>http_404</literal> state is not considered 131 The <literal>http_403</literal>, <literal>http_404</literal>,
132 an unsuccessful attempt. 132 and <literal>not_found</literal> states are not considered as
133 unsuccessful attempts.
133 </tag-desc> 134 </tag-desc>
134 135
135 <tag-name><literal>fail_timeout</literal>=<value>time</value></tag-name> 136 <tag-name><literal>fail_timeout</literal>=<value>time</value></tag-name>
136 <tag-desc> 137 <tag-desc>
137 sets 138 sets