diff xml/ru/docs/http/ngx_http_fastcgi_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/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="22">
+        rev="23">
 
 <section id="summary">
 
@@ -808,6 +808,14 @@ FastCGI-сервера, и ответ не вмещается целиком в буферы,
 Значение 0 отключает возможность буферизации ответов во временные файлы.
 </para>
 
+<para>
+<note>
+Данное ограничение не распространяется на ответы,
+которые будут <link id="fastcgi_cache">закэшированы</link>
+или <link id="fastcgi_store">сохранены</link> на диске.
+</note>
+</para>
+
 </directive>