15572: WebDAV ExternalURL expected to have trailing slash
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 16 Dec 2019 21:22:44 +0000 (16:22 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 16 Dec 2019 21:22:44 +0000 (16:22 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

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

index 63857138a9d1882569018f255d207858149ccff5..b79082fd1112c0d10f43a110a47dfe26af0b1753 100644 (file)
@@ -79,10 +79,12 @@ Serve preview links from a single domain, setting uuid or pdh in the path (simil
 <notextile>
 <pre><code>    Services:
       WebDAV:
-        ExternalURL: <span class="userinput">https://collections.ClusterID.example.com</span>
+        ExternalURL: <span class="userinput">https://collections.ClusterID.example.com/</span>
 </code></pre>
 </notextile>
 
+Note the trailing slash.
+
 h2. Set InternalURLs
 
 <notextile>