summaryrefslogtreecommitdiff
path: root/lib/support/nginx/gitlab
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-01-22 17:01:47 +0100
committerdosire <sytses@gmail.com>2014-01-22 17:01:47 +0100
commit119c782e0b9f691a3eeff1f44c23522aa4f9c552 (patch)
tree10289c57b5e02e31a1e86dba6ac701a10764b252 /lib/support/nginx/gitlab
parentdcc6ff5bcdf760e73fb2a045521716d0997fdbab (diff)
downloadgitlab-ce-119c782e0b9f691a3eeff1f44c23522aa4f9c552.tar.gz
More explanation for upload limits.
Diffstat (limited to 'lib/support/nginx/gitlab')
-rw-r--r--lib/support/nginx/gitlab1
1 files changed, 1 insertions, 0 deletions
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