[ARVADOS] updated: a99c7bb0683175f2e8d365b7439e64a21f6cdb31
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 24 10:48:49 EDT 2015
Summary of changes:
doc/install/install-keepproxy.html.textile.liquid | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via a99c7bb0683175f2e8d365b7439e64a21f6cdb31 (commit)
from 6e5158294c7e19af9031fc43fefc21275e758911 (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 a99c7bb0683175f2e8d365b7439e64a21f6cdb31
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Aug 24 10:49:56 2015 -0400
6918: Fix server_name in example nginx config. Remove client_body_buffer_size.
diff --git a/doc/install/install-keepproxy.html.textile.liquid b/doc/install/install-keepproxy.html.textile.liquid
index 69a298a..07e43a8 100644
--- a/doc/install/install-keepproxy.html.textile.liquid
+++ b/doc/install/install-keepproxy.html.textile.liquid
@@ -78,7 +78,7 @@ upstream keepproxy {
server {
listen <span class="userinput">[your public IP address]</span>:443 ssl;
- server_name keep.example.com
+ server_name <span class="userinput">keep. at uuid_prefix@.your.domain</span>
ssl on;
ssl_certificate /etc/nginx/keep.example.com-ssl.crt;
@@ -86,7 +86,6 @@ server {
# Clients need to be able to upload blocks of data up to 64MiB in size.
client_max_body_size 64m;
- client_body_buffer_size 64M;
location / {
proxy_pass http://keepproxy;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list