comparison xml/en/docs/http/ngx_http_fastcgi_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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="30"> 13 rev="31">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
74 74
75 <para> 75 <para>
76 Sets the <value>size</value> of the buffer used for reading the first part 76 Sets the <value>size</value> of the buffer used for reading the first part
77 of the response received from the FastCGI server. 77 of the response received from the FastCGI server.
78 This part usually contains a small response header. 78 This part usually contains a small response header.
79 By default, the buffer size is equal to the size of one 79 By default, the buffer size is equal to one memory page.
80 buffer set by the <link id="fastcgi_buffers"/> directive. 80 This is either 4K or 8K, depending on a platform.
81 It can be made smaller, however. 81 It can be made smaller, however.
82 </para> 82 </para>
83 83
84 </directive> 84 </directive>
85 85