X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3b321249456939079404973d40ae7e999872c963..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 0dfcac37e0..24f37bfb4f 100644 --- a/doc/install/install-keep-web.html.textile.liquid +++ b/doc/install/install-keep-web.html.textile.liquid @@ -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; } }