don't need to disable gravatar, actually use ssl_url

This commit is contained in:
Arif Ali
2013-12-31 14:21:42 +00:00
parent fbe8d40620
commit 711741ea24

View File

@@ -12,9 +12,9 @@
# Also you need to edit gitlab-shell config.
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
# You also need to edit gitlab/config/gitlab.yml
# 1) Define port for http: port: 443
# 2) Enable https: https: true
# 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"
upstream gitlab {