comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1443:a55553729d63

Unified text of scgi and uwsgi request buffering with proxy.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 30 Mar 2015 15:20:45 +0300
parents 657885fd2b96
children acba294382d6
comparison
equal deleted inserted replaced
1442:241ef7e23393 1443:a55553729d63
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="18"> 13 rev="19">
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
1121 </para> 1121 </para>
1122 1122
1123 <para> 1123 <para>
1124 When HTTP/1.1 chunked transfer encoding is used 1124 When HTTP/1.1 chunked transfer encoding is used
1125 to send the original request body, 1125 to send the original request body,
1126 the request body will be buffered. 1126 the request body will be buffered regardless of the directive value.
1127 </para> 1127 </para>
1128 1128
1129 </directive> 1129 </directive>
1130 1130
1131 1131