Commit 6bf5215b2378fdb9cb442a053ddd12570c69d00c
1 parent
2ae6f17d
Exists in
spb-stable
and in
3 other branches
Some people are getting the error 'The remote end hung up unexpectedly' due to large chuncks.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/support/nginx/gitlab
@@ -27,7 +27,7 @@ server { | @@ -27,7 +27,7 @@ server { | ||
27 | 27 | ||
28 | # Increase this if you want to upload large attachments | 28 | # Increase this if you want to upload large attachments |
29 | # Or if you want to accept large git objects over http | 29 | # Or if you want to accept large git objects over http |
30 | - client_max_body_size 5m; | 30 | + client_max_body_size 20m; |
31 | 31 | ||
32 | # individual nginx logs for this gitlab vhost | 32 | # individual nginx logs for this gitlab vhost |
33 | access_log /var/log/nginx/gitlab_access.log; | 33 | access_log /var/log/nginx/gitlab_access.log; |