Skip to content

Commit 8bdf9db

Browse files
committed
Merge pull request #177 from arif-ali/master
update nginx ssl doc
2 parents 15b60c3 + fbe8d40 commit 8bdf9db

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: port: 443
16+
# 2) Enable https: https: true
17+
# 3) Disable gravatar: enabled: false
1418

1519
upstream gitlab {
1620

0 commit comments

Comments
 (0)