comparison 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
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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="9"> 13 rev="10">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
682 <para> 682 <para>
683 Limits the speed of reading the response from the uwsgi server. 683 Limits the speed of reading the response from the uwsgi server.
684 The <value>rate</value> is specified in bytes per second. 684 The <value>rate</value> is specified in bytes per second.
685 The zero value disables rate limiting. 685 The zero value disables rate limiting.
686 The limit is set per a request, and so if nginx simultaneously opens 686 The limit is set per a request, and so if nginx simultaneously opens
687 two connections, the overall rate will be twice as much 687 two connections to the uwsgi server,
688 as the specified limit. 688 the overall rate will be twice as much as the specified limit.
689 The limitation works only if 689 The limitation works only if
690 <link id="uwsgi_buffering">buffering</link> of responses from the uwsgi 690 <link id="uwsgi_buffering">buffering</link> of responses from the uwsgi
691 server is enabled. 691 server is enabled.
692 </para> 692 </para>
693 693