Hello, I'm using GitLab omnibus 7.11.4 on Ubuntu 14.04. I want to limit the size of single file being pushed to GitLab repository.
I set following parameters in /etc/gitlab/gitlab.yml so that no files larger than 20MB to be uploaded. gitlab_rails['git_max_size'] = 20971520 nginx['client_max_body_size'] = '20m' But ffter gitlab-ctl reconfigure, I still could upload large file such as 160MB iso file. Are there any other parameters I should set? Thanks. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/dc0e3761-0409-4ecc-8b2a-dd817302ae56%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
