Skip to content

Commit 706648f

Browse files
committed
make mods to gitlab.yml to enable https to work correctly
1 parent 15b60c3 commit 706648f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web-server/nginx/gitlab-ssl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# sudo chmod o-r gitlab.key
1212
# Also you need to edit gitlab-shell config.
1313
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
14+
# You also need to edit gitlab/config/gitlab.yml
15+
# 1) Define port for http: line 19 -- port: 443
16+
# 2) Enable https: line 20 -- https: true
17+
# 3) Disable gravater: line 110 -- enabled: false
1418

1519
upstream gitlab {
1620

0 commit comments

Comments
 (0)