Fix more golint warnings.
[arvados.git] / doc / install / install-keep-web.html.textile.liquid
index 0dfcac37e001a9f81b9fa9c4cd6643eeba2c09c5..24f37bfb4f8ee25b3b32b691624e06586f9b42d1 100644 (file)
@@ -121,7 +121,7 @@ upstream keep-web {
 }
 
 server {
-  listen                *:443 ssl;
+  listen                443 ssl;
   server_name           <span class="userinput">download.ClusterID.example.com</span>
                         <span class="userinput">collections.ClusterID.example.com</span>
                         <span class="userinput">*.collections.ClusterID.example.com</span>
@@ -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;
   }
 }
 </pre></notextile>