X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2f66d4cc05e9442a9bb69969744d0750a02a1ed4..e8e6434446cc88d7850f158d3c016d4039b25e81:/doc/install/install-keep-web.html.textile.liquid diff --git a/doc/install/install-keep-web.html.textile.liquid b/doc/install/install-keep-web.html.textile.liquid index 1ac387b645..24f37bfb4f 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -91,7 +91,7 @@ h2. Set InternalURLs
    Services:
       WebDAV:
         InternalURLs:
-          http://"localhost:9002": {}
+          http://localhost:9002: {}
 
@@ -121,7 +121,7 @@ upstream keep-web { } server { - listen *:443 ssl; + listen 443 ssl; server_name download.ClusterID.example.com collections.ClusterID.example.com *.collections.ClusterID.example.com @@ -142,6 +142,7 @@ server { client_max_body_size 0; proxy_http_version 1.1; proxy_request_buffering off; + proxy_max_temp_file_size 0; } }