comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1547:c340ebfeeed6

Deleted duplicate word in proxy_buffer_size for http.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 12 Aug 2015 20:28:50 +0300
parents a13a99cf46ea
children 305f2c338181
comparison
equal deleted inserted replaced
1546:8ea1813272bb 1547:c340ebfeeed6
66 <context>http</context> 66 <context>http</context>
67 <context>server</context> 67 <context>server</context>
68 <context>location</context> 68 <context>location</context>
69 69
70 <para> 70 <para>
71 Sets the size of the buffer <value>size</value> 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 the size of one
75 buffer set by the <link id="proxy_buffers"/> directive. 75 buffer set by the <link id="proxy_buffers"/> directive.
76 It can be made smaller, however. 76 It can be made smaller, however.