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:
parent
b9a98f568f
commit
c33da3ad78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user