From: Brett Smith Date: Mon, 9 Nov 2015 17:44:38 +0000 (-0500) Subject: 7356: Install guide sets client_max_body_size for arv-git-httpd. X-Git-Tag: 1.1.0~1255^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/dc061e4b3c5be2d8687316c6d192fd053b4041e0?hp=0f0a0cd26446403fb987121af58bec550f3cf681 7356: Install guide sets client_max_body_size for arv-git-httpd. --- diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index 1c31dc4d6e..7eec2d645a 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -338,6 +338,9 @@ server { ssl_certificate /YOUR/PATH/TO/cert.pem; ssl_certificate_key /YOUR/PATH/TO/cert.key; + # The server needs to accept potentially large refpacks from push clients. + client_max_body_size 50m; + location / { proxy_pass http://arvados-git-httpd; }