comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1194:9264fdb6c833

Added links to uwsgi.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 01:55:27 +0400
parents 8125bec5c7a1
children 6cc809881694
comparison
equal deleted inserted replaced
1193:0320929f8544 1194:9264fdb6c833
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="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_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"/>, 21 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
22 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
22 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and 23 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and
23 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> directives. 24 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> directives.
24 </para> 25 </para>
25 26
26 </section> 27 </section>
158 By default, the number of unsuccessful attempts is set to 1. 159 By default, the number of unsuccessful attempts is set to 1.
159 The zero value disables the accounting of attempts. 160 The zero value disables the accounting of attempts.
160 What is considered an unsuccessful attempt is defined by the 161 What is considered an unsuccessful attempt is defined by the
161 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>, 162 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>,
162 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>, 163 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_next_upstream"/>,
164 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_next_upstream"/>,
163 <link doc="ngx_http_scgi_module.xml" id="scgi_next_upstream"/>, and 165 <link doc="ngx_http_scgi_module.xml" id="scgi_next_upstream"/>, and
164 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/> 166 <link doc="ngx_http_memcached_module.xml" id="memcached_next_upstream"/>
165 directives. 167 directives.
166 </tag-desc> 168 </tag-desc>
167 169