16366: "InternalURLs" and "AccessViaHosts" are consistent in install
[arvados.git] / doc / install / install-keepstore.html.textile.liquid
index fedeb3c3f6d73190e63d96e9c286bd90995d439e..869ca15d9eb65c4e0feb22a0d29916bee3b354f5 100644 (file)
@@ -61,8 +61,8 @@ Add each keepstore server to the @Services.Keepstore@ section of @/etc/arvados/c
       Keepstore:
         # No ExternalURL because they are only accessed by the internal subnet.
         InternalURLs:
-          "http://<span class="userinput">keep0.ClusterID.example.com</span>:25107/": {}
-          "http://<span class="userinput">keep1.ClusterID.example.com</span>:25107/": {}
+          "http://<span class="userinput">keep0.ClusterID.example.com</span>:25107": {}
+          "http://<span class="userinput">keep1.ClusterID.example.com</span>:25107": {}
           # and so forth
 </code></pre>
 </notextile>