We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b60c3 commit 706648fCopy full SHA for 706648f
web-server/nginx/gitlab-ssl
@@ -11,6 +11,10 @@
11
# sudo chmod o-r gitlab.key
12
# Also you need to edit gitlab-shell config.
13
# 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
18
19
upstream gitlab {
20
0 commit comments