comparison xml/en/docs/http/ngx_http_scgi_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 323b0d071166
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_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="16"> 13 rev="17">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
1079 </para> 1079 </para>
1080 1080
1081 <para> 1081 <para>
1082 When HTTP/1.1 chunked transfer encoding is used 1082 When HTTP/1.1 chunked transfer encoding is used
1083 to send the original request body, 1083 to send the original request body,
1084 the request body will be buffered. 1084 the request body will be buffered regardless of the directive value.
1085 </para> 1085 </para>
1086 1086
1087 </directive> 1087 </directive>
1088 1088
1089 1089