comparison xml/en/docs/http/ngx_http_fastcgi_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
737 <context>server</context> 737 <context>server</context>
738 <context>location</context> 738 <context>location</context>
739 739
740 <para> 740 <para>
741 When <link id="fastcgi_buffering">buffering</link> of responses from the FastCGI 741 When <link id="fastcgi_buffering">buffering</link> of responses from the FastCGI
742 server is enabled, and the whole response does not fit into the memory buffers 742 server is enabled, and the whole response does not fit into the buffers
743 set by the <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/> 743 set by the <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/>
744 directives, a part of the response can be saved to a temporary file. 744 directives, a part of the response can be saved to a temporary file.
745 This directive sets the maximum <value>size</value> of the temporary file. 745 This directive sets the maximum <value>size</value> of the temporary file.
746 The size of data written to the temporary file at a time is set 746 The size of data written to the temporary file at a time is set
747 by the <link id="fastcgi_temp_file_write_size"/> directive. 747 by the <link id="fastcgi_temp_file_write_size"/> directive.