comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1181:b8f0362f61e5

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents 07402a11fd8d
children 8125bec5c7a1
comparison
equal deleted inserted replaced
1180:9d3beb5890eb 1181:b8f0362f61e5
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="20"> 13 rev="21">
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
19 is used to define groups of servers that can be referenced 19 is used to define groups of servers that can be referenced
20 by the <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>, 20 by the <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
21 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>, and 21 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
22 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and
22 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> directives. 23 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> directives.
23 </para> 24 </para>
24 25
25 </section> 26 </section>
26 27
156 <literal>fail_timeout</literal> parameter. 157 <literal>fail_timeout</literal> parameter.
157 By default, the number of unsuccessful attempts is set to 1. 158 By default, the number of unsuccessful attempts is set to 1.
158 The zero value disables the accounting of attempts. 159 The zero value disables the accounting of attempts.
159 What is considered an unsuccessful attempt is defined by the 160 What is considered an unsuccessful attempt is defined by the
160 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>, 161 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>,
161 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>, and 162 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>,
163 <link doc="ngx_http_scgi_module.xml" id="scgi_next_upstream"/>, and
162 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/> 164 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/>
163 directives. 165 directives.
164 </tag-desc> 166 </tag-desc>
165 167
166 <tag-name><literal>fail_timeout</literal>=<value>time</value></tag-name> 168 <tag-name><literal>fail_timeout</literal>=<value>time</value></tag-name>