diff xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1343:1bdde28e359b

Fixed fallouts from the previous change. - Put the fastcgi_limit_rate in the correct order. - Make it clear which connections are meant.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Oct 2014 19:26:23 +0300
parents 758fc0b02651
children da296387cdac
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Oct 06 14:49:16 2014 +0400
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Tue Oct 28 19:26:23 2014 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -684,8 +684,8 @@
 The <value>rate</value> is specified in bytes per second.
 The zero value disables rate limiting.
 The limit is set per a request, and so if nginx simultaneously opens
-two connections, the overall rate will be twice as much
-as the specified limit.
+two connections to the uwsgi server,
+the overall rate will be twice as much as the specified limit.
 The limitation works only if
 <link id="uwsgi_buffering">buffering</link> of responses from the uwsgi
 server is enabled.