[ARVADOS] updated: 2.0.3-11-g6d644fd34

Git user git at public.arvados.org
Wed Aug 12 14:20:36 UTC 2020


Summary of changes:
 doc/install/install-keep-web.html.textile.liquid  | 1 +
 doc/install/install-keepproxy.html.textile.liquid | 1 +
 2 files changed, 2 insertions(+)

       via  6d644fd3475576fe3648315c62b5003365add9da (commit)
      from  d3ee03dbd2677264ab336710ccae074f2f5388d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 6d644fd3475576fe3648315c62b5003365add9da
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Aug 12 10:19:07 2020 -0400

    documentation: disable download buffering in our sample nginx config for
    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 at curii.com>

diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid
index 899f2dec6..e0456da04 100644
--- a/doc/install/install-keep-web.html.textile.liquid
+++ b/doc/install/install-keep-web.html.textile.liquid
@@ -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>
diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index ae6bd3989..b4edd4f57 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -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>;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list