diff xml/en/docs/http/ngx_http_proxy_module.xml @ 1153:4e20e4f8f49b

Finished truncation of "memory buffers" to just "buffers". While here, fixed fallouts from 65bc9d1ec234.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 11 Apr 2014 11:11:51 +0400
parents 4c2324a7eeea
children 07402a11fd8d
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -860,7 +860,7 @@ with the <link doc="ngx_http_core_module
 
 <para>
 When <link id="proxy_buffering">buffering</link> of responses from the proxied
-server is enabled, and the whole response does not fit into the memory buffers
+server is enabled, and the whole response does not fit into the buffers
 set by the <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/>
 directives, a part of the response can be saved to a temporary file.
 This directive sets the maximum <value>size</value> of the temporary file.