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

Added links to uwsgi.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 01:55:27 +0400
parents b8f0362f61e5
children f9a138e5ab14
comparison
equal deleted inserted replaced
1193:0320929f8544 1194:9264fdb6c833
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Using nginx as HTTP load balancer" 9 <article name="Using nginx as HTTP load balancer"
10 link="/en/docs/http/load_balancing.html" 10 link="/en/docs/http/load_balancing.html"
11 lang="en" 11 lang="en"
12 rev="2"> 12 rev="3">
13 13
14 <section name="Introduction"> 14 <section name="Introduction">
15 15
16 <para> 16 <para>
17 Load balancing across multiple application instances is a commonly used 17 Load balancing across multiple application instances is a commonly used
104 </para> 104 </para>
105 105
106 <para> 106 <para>
107 When setting up load balancing for FastCGI, uwsgi, SCGI, or memcached, use 107 When setting up load balancing for FastCGI, uwsgi, SCGI, or memcached, use
108 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>, 108 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
109 uwsgi_pass, 109 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
110 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and 110 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and
111 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> 111 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>
112 directives respectively. 112 directives respectively.
113 </para> 113 </para>
114 114