Skip to content

Commit 2da847c

Browse files
committed
Merge pull request #178 from arif-ali/master
Don't need to disable gravatar, actually use ssl_url
2 parents 8bdf9db + 711741e commit 2da847c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-server/nginx/gitlab-ssl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Also you need to edit gitlab-shell config.
1313
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
1414
# 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
15+
# 1) Define port for http "port: 443"
16+
# 2) Enable https "https: true"
17+
# 3) Update ssl for gravatar "ssl_url: https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=mm"
1818

1919
upstream gitlab {
2020

0 commit comments

Comments
 (0)