diff 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
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
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="29">
+        rev="30">
 
 <section id="summary">
 
@@ -931,6 +931,14 @@ by the <link id="proxy_temp_file_write_s
 The zero value disables buffering of responses to temporary files.
 </para>
 
+<para>
+<note>
+This restriction does not apply to responses
+that will be <link id="proxy_cache">cached</link>
+or <link id="proxy_store">stored</link> on disk.
+</note>
+</para>
+
 </directive>