diff options
author | dosire <sytses@gmail.com> | 2014-03-10 09:11:19 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-03-10 09:11:19 +0100 |
commit | 6bf5215b2378fdb9cb442a053ddd12570c69d00c (patch) | |
tree | 558ca47cde0ed2823c17e317141a8a07b3901799 /lib/support | |
parent | 2ae6f17deb4700f4115b4a615f8ca0c5cb03d090 (diff) | |
download | gitlab-ce-6bf5215b2378fdb9cb442a053ddd12570c69d00c.tar.gz |
Some people are getting the error 'The remote end hung up unexpectedly' due to large chuncks.
Diffstat (limited to 'lib/support')
-rw-r--r-- | lib/support/nginx/gitlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index 882f0386046..7a0f3efbb53 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; |