comparison 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
comparison
equal deleted inserted replaced
1152:a6e88e3718a7 1153:4e20e4f8f49b
858 <context>server</context> 858 <context>server</context>
859 <context>location</context> 859 <context>location</context>
860 860
861 <para> 861 <para>
862 When <link id="proxy_buffering">buffering</link> of responses from the proxied 862 When <link id="proxy_buffering">buffering</link> of responses from the proxied
863 server is enabled, and the whole response does not fit into the memory buffers 863 server is enabled, and the whole response does not fit into the buffers
864 set by the <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/> 864 set by the <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/>
865 directives, a part of the response can be saved to a temporary file. 865 directives, a part of the response can be saved to a temporary file.
866 This directive sets the maximum <value>size</value> of the temporary file. 866 This directive sets the maximum <value>size</value> of the temporary file.
867 The size of data written to the temporary file at a time is set 867 The size of data written to the temporary file at a time is set
868 by the <link id="proxy_temp_file_write_size"/> directive. 868 by the <link id="proxy_temp_file_write_size"/> directive.