comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1352:dbb618f60a54

Elaborate on writing proxied responses to files. Added a note that restrictions imposed by proxy_max_temp_file_size, proxy_temp_file_write_size and Co. do not apply to responses that will be cached or saved on disk.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Nov 2014 17:31:37 +0300
parents 97c8b146cb0e
children 25db29c8875e
comparison
equal deleted inserted replaced
1351:47e98e05b8dc 1352:dbb618f60a54
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
727 727
728 <para> 728 <para>
729 The zero value disables buffering of responses to temporary files. 729 The zero value disables buffering of responses to temporary files.
730 </para> 730 </para>
731 731
732 <para>
733 <note>
734 This restriction does not apply to responses
735 that will be <link id="scgi_cache">cached</link>
736 or <link id="scgi_store">stored</link> on disk.
737 </note>
738 </para>
739
732 </directive> 740 </directive>
733 741
734 742
735 <directive name="scgi_next_upstream"> 743 <directive name="scgi_next_upstream">
736 <syntax> 744 <syntax>