I am getting the error message:
Error uploading file: "File is too big (13.71MiB). Max filesize: 10MiB." when I try to upload files on a local gitlab ce installation (click “+” => “Upload file”). I looked at issue 1944 <https://github.com/gitlabhq/gitlabhq/issues/1944> and tried making the following changes to the /etc/gitlab/gitlab.rb file: gitlab_rails['git_max_size'] = 209715200 nginx['client_max_body_size'] = '250m' nginx['client_max_body_size'] = '250m' followed by: gitlab-ctl reconfigure gitlab-ctl restart But I am still getting the same error. Any pointers on how to debug this? -- 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/11455e84-6adf-4703-be7b-edf65c75263e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
