diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/load_balancing.xml	Sat May 17 01:55:19 2014 +0400
+++ b/xml/en/docs/http/load_balancing.xml	Sat May 17 01:55:27 2014 +0400
@@ -9,7 +9,7 @@
 <article name="Using nginx as HTTP load balancer"
          link="/en/docs/http/load_balancing.html"
          lang="en"
-         rev="2">
+         rev="3">
 
 <section name="Introduction">
 
@@ -106,7 +106,7 @@
 <para>
 When setting up load balancing for FastCGI, uwsgi, SCGI, or memcached, use
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
-uwsgi_pass,
+<link doc="ngx_http_uwsgi_module.xml" id="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.