From 119c782e0b9f691a3eeff1f44c23522aa4f9c552 Mon Sep 17 00:00:00 2001 From: dosire Date: Wed, 22 Jan 2014 17:01:47 +0100 Subject: More explanation for upload limits. --- lib/support/nginx/gitlab | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/support/nginx') diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index d1d959e152e..99691fe94a5 100644 --- a/lib/support/nginx/gitlab +++ b/lib/support/nginx/gitlab @@ -13,6 +13,7 @@ server { root /home/git/gitlab/public; # Set value of client_max_body_size to at least the value of git.max_size in gitlab.yml + # Also increase this if you want to upload large attachments client_max_body_size 5m; # individual nginx logs for this gitlab vhost -- cgit v1.2.1