# HG changeset patch # User Ruslan Ermilov # Date 1415716297 -10800 # Node ID dbb618f60a5484c0db889dd6987b22b4a24289e6 # Parent 47e98e05b8dc3d1a21efef6db6e6ea41c8d54ab5 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. diff -r 47e98e05b8dc -r dbb618f60a54 xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="23">
@@ -810,6 +810,14 @@ The zero value disables buffering of responses to temporary files. + + +This restriction does not apply to responses +that will be cached +or stored on disk. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="30">
@@ -931,6 +931,14 @@ The zero value disables buffering of responses to temporary files. + + +This restriction does not apply to responses +that will be cached +or stored on disk. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/en/docs/http/ngx_http_scgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="11">
@@ -729,6 +729,14 @@ The zero value disables buffering of responses to temporary files. + + +This restriction does not apply to responses +that will be cached +or stored on disk. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="12">
@@ -730,6 +730,14 @@ The zero value disables buffering of responses to temporary files. + + +This restriction does not apply to responses +that will be cached +or stored on disk. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="23">
@@ -808,6 +808,14 @@ Значение 0 отключает возможность буферизации ответов во временные файлы. + + +Данное ограничение не распространяется на ответы, +которые будут закэшированы +или сохранены на диске. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="30">
@@ -925,7 +925,15 @@ -Значение 0 отключает буферизацию ответов во временные файлы. +Значение 0 отключает возможность буферизации ответов во временные файлы. + + + + +Данное ограничение не распространяется на ответы, +которые будут закэшированы +или сохранены на диске. + diff -r 47e98e05b8dc -r dbb618f60a54 xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="11">
@@ -726,6 +726,14 @@ Значение 0 отключает возможность буферизации ответов во временные файлы. + + +Данное ограничение не распространяется на ответы, +которые будут закэшированы +или сохранены на диске. + + + diff -r 47e98e05b8dc -r dbb618f60a54 xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Nov 11 17:26:23 2014 +0300 +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml Tue Nov 11 17:31:37 2014 +0300 @@ -10,7 +10,7 @@ + rev="12">
@@ -726,6 +726,14 @@ Значение 0 отключает возможность буферизации ответов во временные файлы. + + +Данное ограничение не распространяется на ответы, +которые будут закэшированы +или сохранены на диске. + + +