comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1550:305f2c338181

Fixed description of default value of proxy_buffer_size and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Aug 2015 20:29:43 +0300
parents a13a99cf46ea
children 8973c7b37854
comparison
equal deleted inserted replaced
1549:b31cffc1df98 1550:305f2c338181
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="19"> 13 rev="20">
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
67 67
68 <para> 68 <para>
69 Sets the <value>size</value> of the buffer used for reading the first part 69 Sets the <value>size</value> of the buffer used for reading the first part
70 of the response received from the SCGI server. 70 of the response received from the SCGI server.
71 This part usually contains a small response header. 71 This part usually contains a small response header.
72 By default, the buffer size is equal to the size of one 72 By default, the buffer size is equal to one memory page.
73 buffer set by the <link id="scgi_buffers"/> directive. 73 This is either 4K or 8K, depending on a platform.
74 It can be made smaller, however. 74 It can be made smaller, however.
75 </para> 75 </para>
76 76
77 </directive> 77 </directive>
78 78