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 fbe8d40 commit 711741eCopy full SHA for 711741e
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: port: 443
16
-# 2) Enable https: https: true
17
-# 3) Disable gravatar: enabled: false
+# 1) Define port for http "port: 443"
+# 2) Enable https "https: true"
+# 3) Update ssl for gravatar "ssl_url: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm"
18
19
upstream gitlab {
20
0 commit comments