comparison xml/en/docs/http/ngx_http_proxy_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_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="29"> 13 rev="30">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
929 929
930 <para> 930 <para>
931 The zero value disables buffering of responses to temporary files. 931 The zero value disables buffering of responses to temporary files.
932 </para> 932 </para>
933 933
934 <para>
935 <note>
936 This restriction does not apply to responses
937 that will be <link id="proxy_cache">cached</link>
938 or <link id="proxy_store">stored</link> on disk.
939 </note>
940 </para>
941
934 </directive> 942 </directive>
935 943
936 944
937 <directive name="proxy_method"> 945 <directive name="proxy_method">
938 <syntax><value>method</value></syntax> 946 <syntax><value>method</value></syntax>