Skip to content
Snippets Groups Projects
Verified Commit c33da3ad authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

gitlab: Increase nginx client_max_body_size to 2g

parent b9a98f56
No related branches found
No related tags found
No related merge requests found
Pipeline #612 passed
......@@ -28,6 +28,7 @@
# https://gitlab.com/gitlab-org/gitlab/issues/14414
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://{{ gitlab_domain }}'
nginx['client_max_body_size'] = '2g'
letsencrypt['enable'] = true
letsencrypt['contact_emails'] = ['webmaster@archlinux.org']
gitlab_rails['lfs_enabled'] = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment