Created
March 10, 2022 11:33
-
-
Save iamwildtuna/faf6183b64611dc7610ba5e789fdc66a to your computer and use it in GitHub Desktop.
wildtuna-zen-article2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nano /etc/gitlab/gitlab.rb | |
// Находим это строку и выставляем значение false | |
letsencrypt['enable'] = false | |
// Сохраняем файл и выполняем реконфигурацию | |
gitlab-ctl reconfigure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment