diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/load_balancing.xml
+++ b/xml/en/docs/http/load_balancing.xml
@@ -9,7 +9,7 @@
 <article name="Using nginx as HTTP load balancer"
          link="/en/docs/http/load_balancing.html"
          lang="en"
-         rev="1">
+         rev="2">
 
 <section name="Introduction">
 
@@ -104,9 +104,10 @@ as the protocol.
 </para>
 
 <para>
-When setting up load balancing for FastCGI, uwsgi or memcached, use
+When setting up load balancing for FastCGI, uwsgi, SCGI, or memcached, use
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
-uwsgi_pass and
+uwsgi_pass,
+<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, and
 <link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>
 directives respectively.
 </para>