7356: Install guide sets client_max_body_size for arv-git-httpd.
authorBrett Smith <brett@curoverse.com>
Mon, 9 Nov 2015 17:44:38 +0000 (12:44 -0500)
committerBrett Smith <brett@curoverse.com>
Thu, 12 Nov 2015 21:33:16 +0000 (16:33 -0500)
doc/install/install-arv-git-httpd.html.textile.liquid

index 1c31dc4d6ef664b424a5ee6b901c8a2350912b4e..7eec2d645a67960738e13acfce16231532403a22 100644 (file)
@@ -338,6 +338,9 @@ server {
   ssl_certificate         <span class="userinput">/YOUR/PATH/TO/cert.pem</span>;
   ssl_certificate_key     <span class="userinput">/YOUR/PATH/TO/cert.key</span>;
 
+  # The server needs to accept potentially large refpacks from push clients.
+  client_max_body_size 50m;
+
   location  / {
     proxy_pass            http://arvados-git-httpd;
   }