1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-27 03:06:04 +02:00

Revert "gitlab: Use the legacy storage[1] for GitLab Pages"

The DNS resolution issue has been fixed[1][2].

[1] https://gitlab.com/gitlab-org/gitlab/-/issues/331699#note_635123263
[2] https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/513

Fix #380

This reverts commit a863917ffb.
This commit is contained in:
Kristian Klausen 2021-07-28 23:00:09 +02:00
parent 9c02de5275
commit 7b85025946
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

View File

@ -36,8 +36,6 @@
nginx['listen_addresses'] = {{ gitlab_primary_addresses }}
registry_nginx['listen_addresses'] = {{ gitlab_primary_addresses }}
gitlab_pages['inplace_chroot'] = true
# https://gitlab.com/gitlab-org/gitlab/-/issues/331699#note_608473496
gitlab_pages['use_legacy_storage'] = true
pages_external_url "http://{{ gitlab_domain }}"
pages_nginx['enable'] = false
gitlab_pages['external_http'] = {{ gitlab_pages_http_addresses }}