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

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents 52747e115aba
children 9264fdb6c833
comparison
equal deleted inserted replaced
1180:9d3beb5890eb 1181:b8f0362f61e5
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="1"> 12 rev="2">
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
102 To configure load balancing for HTTPS instead of HTTP, just use “https” 102 To configure load balancing for HTTPS instead of HTTP, just use “https”
103 as the protocol. 103 as the protocol.
104 </para> 104 </para>
105 105
106 <para> 106 <para>
107 When setting up load balancing for FastCGI, uwsgi 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 and 109 uwsgi_pass,
110 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and
110 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/> 111 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>
111 directives respectively. 112 directives respectively.
112 </para> 113 </para>
113 114
114 </section> 115 </section>