[ARVADOS] updated: 2.1.0-784-g2b457b1f3
Git user
git at public.arvados.org
Tue May 11 15:16:09 UTC 2021
Summary of changes:
doc/install/install-api-server.html.textile.liquid | 3 ++-
doc/install/install-keep-web.html.textile.liquid | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
via 2b457b1f391dbf25b5d6fd249cfa165189a972f4 (commit)
from 52f843bcc5c0b94ad45956cea4aad1147163246d (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 2b457b1f391dbf25b5d6fd249cfa165189a972f4
Author: Tom Clegg <tom at curii.com>
Date: Tue May 11 11:15:54 2021 -0400
17209: Update nginx config in install docs.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index 7d0353c9e..dc6f78000 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -138,7 +138,8 @@ server {
# the request is reverse proxied to the upstream 'controller'
listen 443 ssl;
- server_name <span class="userinput">ClusterID.example.com</span>;
+ server_name <span class="userinput">ClusterID.example.com</span>
+ *.<span class="userinput">ClusterID.example.com</span>;
ssl_certificate <span class="userinput">/YOUR/PATH/TO/cert.pem</span>;
ssl_certificate_key <span class="userinput">/YOUR/PATH/TO/cert.key</span>;
diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid
index 033efe63f..d9ae265a3 100644
--- a/doc/install/install-keep-web.html.textile.liquid
+++ b/doc/install/install-keep-web.html.textile.liquid
@@ -136,7 +136,7 @@ server {
server_name <span class="userinput">download.ClusterID.example.com</span>
<span class="userinput">collections.ClusterID.example.com</span>
<span class="userinput">*.collections.ClusterID.example.com</span>
- <span class="userinput">~.*--collections.ClusterID.example.com</span>;
+ <span class="userinput">~.*--collections\.ClusterID\.example\.com</span>;
proxy_connect_timeout 90s;
proxy_read_timeout 300s;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list