Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 16:44:14 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-27 16:44:14 +0400
commitc3ae30b60edd40f30c10e69532ecf8833cd0440f (patch)
tree42bc7018d10eba2cb8e16217836c7ba542ec3ad9 /lib/support
parent7fc44a27a485e3348c0c021537253af0e35a8d49 (diff)
parent4fc17cf13f955e9deedcfba81009dd658c4779a9 (diff)
Merge branch 'upload-limits' into 'master'
Upload Limits Better documentation for the upload limit. Please have a hard time when they need to change the upload limits, see https://gitlab.com/gitlab-org/gitlab-ce/issues/5
Diffstat (limited to 'lib/support')
-rw-r--r--lib/support/nginx/gitlab3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab
index 764c34dc691..0860d2a8693 100644
--- a/lib/support/nginx/gitlab
+++ b/lib/support/nginx/gitlab
@@ -25,7 +25,8 @@ server {
server_tokens off; # don't show the version number, a security best practice
root /home/git/gitlab/public;
- # Set value of client_max_body_size to at least the value of git.max_size in gitlab.yml
+ # 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;
# individual nginx logs for this gitlab vhost