comparison xml/en/docs/http/ngx_http_proxy_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 c340ebfeeed6
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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="40"> 13 rev="41">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
69 69
70 <para> 70 <para>
71 Sets the <value>size</value> of the buffer used for reading the first part 71 Sets the <value>size</value> of the buffer used for reading the first part
72 of the response received from the proxied server. 72 of the response received from the proxied server.
73 This part usually contains a small response header. 73 This part usually contains a small response header.
74 By default, the buffer size is equal to the size of one 74 By default, the buffer size is equal to one memory page.
75 buffer set by the <link id="proxy_buffers"/> directive. 75 This is either 4K or 8K, depending on a platform.
76 It can be made smaller, however. 76 It can be made smaller, however.
77 </para> 77 </para>
78 78
79 </directive> 79 </directive>
80 80