Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #2637

Closed
Open
Created Jan 17, 2013 by Administrator@rootOwner

Attached files size note

Created by: rtripault

When adding a note we can submit a file. An helper displays that the file max size is 10MB (https://github.com/gitlabhq/gitlabhq/blob/master/app/views/notes/_form.html.haml#L30) but this depends on the httpd configuration.

The default documentation does not contain any information about that (nor the provided NGINX configuration).

For the record :

server {
    …
    client_max_body_size 10M;
    …
}

Adding this in the wiki/documentation might prevent issues like #1944 (closed)

Assignee
Assign to
Time tracking