diff xml/en/docs/http/ngx_http_proxy_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_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="27">
+        rev="28">
 
 <section id="summary">
 
@@ -886,8 +886,8 @@ Limits the speed of reading the response
 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 proxied server,
+the overall rate will be twice as much as the specified limit.
 The limitation works only if
 <link id="proxy_buffering">buffering</link> of responses from the proxied
 server is enabled.