13647: Remove duplicate Keepproxy config.
[arvados.git] / doc / install / configure-azure-blob-storage.html.textile.liquid
index 3699c5048f00780ebebf53d3269eb25fa2483664..2f68c8a4bfddb3cf779123d412d0698c8caa95e4 100644 (file)
@@ -42,7 +42,7 @@ azure storage container create exampleContainerName</span>
 </code></pre>
 </notextile>
 
-Note that Keepstore services may be configued to use multiple Azure Storage accounts and multiple containers within a storage account.
+Note that Keepstore services may be configured to use multiple Azure Storage accounts and multiple containers within a storage account.
 
 h2. Configure keepstore
 
@@ -59,8 +59,9 @@ Volumes are configured in the @Volumes@ section of the cluster configuration fil
           # volume. In this example, keep0 has read/write access, and
           # keep1 has read-only access.
           #
-          # If the AccessViaHosts section is empty, all keepstore
-          # servers will have read/write access to the volume.
+          # If the AccessViaHosts section is empty or omitted, all
+          # keepstore servers will have read/write access to the
+          # volume.
           "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
           "http://<span class="userinput">keep1.uuid_prefix.example.com</span>:25107/": {ReadOnly: true}