mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
make mods to gitlab.yml to enable https to work correctly
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
# sudo chmod o-r gitlab.key
|
||||
# Also you need to edit gitlab-shell config.
|
||||
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
|
||||
# You also need to edit gitlab/config/gitlab.yml
|
||||
# 1) Define port for http: line 19 -- port: 443
|
||||
# 2) Enable https: line 20 -- https: true
|
||||
# 3) Disable gravater: line 110 -- enabled: false
|
||||
|
||||
upstream gitlab {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user