make mods to gitlab.yml to enable https to work correctly

This commit is contained in:
Arif Ali
2013-12-30 11:53:07 +00:00
parent 15b60c3005
commit 706648fb4d

View File

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