Showing 1 issue for #23456
in project GitLab.org / GitLab
Open
Limit the maximum file size via SSH
I need to set some file size limit so stop my users from uploading large files on our Gitlab CE installation. There is a way to set limit by editing gitlab.rb file gitlab_rails['git_max_size'] & nginx...