comparison xml/en/docs/http/ngx_http_uwsgi_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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="11"> 13 rev="12">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
728 728
729 <para> 729 <para>
730 The zero value disables buffering of responses to temporary files. 730 The zero value disables buffering of responses to temporary files.
731 </para> 731 </para>
732 732
733 <para>
734 <note>
735 This restriction does not apply to responses
736 that will be <link id="uwsgi_cache">cached</link>
737 or <link id="uwsgi_store">stored</link> on disk.
738 </note>
739 </para>
740
733 </directive> 741 </directive>
734 742
735 743
736 <directive name="uwsgi_modifier1"> 744 <directive name="uwsgi_modifier1">
737 <syntax><value>number</value></syntax> 745 <syntax><value>number</value></syntax>