1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 04:21:40 +01:00

gitlab: Increase nginx client_max_body_size to 2g

This commit is contained in:
Sven-Hendrik Haase 2020-07-28 10:08:59 +02:00
parent b9a98f568f
commit c33da3ad78
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

@ -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