mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
don't need to disable gravatar, actually use ssl_url
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user