From 6bf5215b2378fdb9cb442a053ddd12570c69d00c Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 10 Mar 2014 09:11:19 +0100 Subject: [PATCH] Some people are getting the error 'The remote end hung up unexpectedly' due to large chuncks. --- lib/support/nginx/gitlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index 882f038..7a0f3ef 100644 --- a/lib/support/nginx/gitlab +++ b/lib/support/nginx/gitlab @@ -27,7 +27,7 @@ server { # Increase this if you want to upload large attachments # Or if you want to accept large git objects over http - client_max_body_size 5m; + client_max_body_size 20m; # individual nginx logs for this gitlab vhost access_log /var/log/nginx/gitlab_access.log; -- libgit2 0.21.2