comparison 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
comparison
equal deleted inserted replaced
1342:758fc0b02651 1343:1bdde28e359b
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="27"> 13 rev="28">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
884 <para> 884 <para>
885 Limits the speed of reading the response from the proxied server. 885 Limits the speed of reading the response from the proxied server.
886 The <value>rate</value> is specified in bytes per second. 886 The <value>rate</value> is specified in bytes per second.
887 The zero value disables rate limiting. 887 The zero value disables rate limiting.
888 The limit is set per a request, and so if nginx simultaneously opens 888 The limit is set per a request, and so if nginx simultaneously opens
889 two connections, the overall rate will be twice as much 889 two connections to the proxied server,
890 as the specified limit. 890 the overall rate will be twice as much as the specified limit.
891 The limitation works only if 891 The limitation works only if
892 <link id="proxy_buffering">buffering</link> of responses from the proxied 892 <link id="proxy_buffering">buffering</link> of responses from the proxied
893 server is enabled. 893 server is enabled.
894 </para> 894 </para>
895 895