documentation: disable download buffering in our sample nginx config for
authorWard Vandewege <ward@curii.com>
Wed, 12 Aug 2020 14:19:07 +0000 (10:19 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 12 Aug 2020 14:19:07 +0000 (10:19 -0400)
keep-web and keepproxy. This helps when the clients are far away/slow.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/install/install-keep-web.html.textile.liquid
doc/install/install-keepproxy.html.textile.liquid

index b31827bf70ed6c0a062cef1321cce68c393caaba..24f37bfb4f8ee25b3b32b691624e06586f9b42d1 100644 (file)
@@ -142,6 +142,7 @@ server {
     client_max_body_size    0;
     proxy_http_version      1.1;
     proxy_request_buffering off;
+    proxy_max_temp_file_size 0;
   }
 }
 </pre></notextile>
index ae6bd3989c340cbc64bb67932d9c1c3d8a8121e9..b4edd4f57b6e682560f8da16759b6042921dd0c3 100644 (file)
@@ -66,6 +66,7 @@ server {
   proxy_set_header        X-Real-IP $remote_addr;
   proxy_http_version      1.1;
   proxy_request_buffering off;
+  proxy_max_temp_file_size 0;
 
   ssl_certificate     <span class="userinput">/YOUR/PATH/TO/cert.pem</span>;
   ssl_certificate_key <span class="userinput">/YOUR/PATH/TO/cert.key</span>;