[ARVADOS] updated: 1.3.0-2849-gab92008f8
Git user
git at public.arvados.org
Wed Aug 12 14:20:08 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 ab92008f810e7cdbea981ce903670621c54c082e (commit)
from 45c611003d84157370f7356b62ba8aa6972535a1 (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 ab92008f810e7cdbea981ce903670621c54c082e
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 b31827bf7..24f37bfb4 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