Skip to content

Commit

Permalink
Merge pull request gitlabhq#178 from arif-ali/master
Browse files Browse the repository at this point in the history
Don't need to disable gravatar, actually use ssl_url
  • Loading branch information
axilleas committed Dec 31, 2013
2 parents 8bdf9db + 711741e commit 2da847c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-server/nginx/gitlab-ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 2da847c

Please sign in to comment.