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 5dec2a1 commit fbe8d40Copy full SHA for fbe8d40
web-server/nginx/gitlab-ssl
@@ -12,9 +12,9 @@
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 gravatar: line 110 -- enabled: false
+# 1) Define port for http: port: 443
+# 2) Enable https: https: true
+# 3) Disable gravatar: enabled: false
18
19
upstream gitlab {
20
0 commit comments