Skip to content

Instantly share code, notes, and snippets.

@bydmm
Last active October 26, 2017 14:39
Show Gist options
  • Save bydmm/a5f038bdd4fc4730120c7eb7e4d8d237 to your computer and use it in GitHub Desktop.
Save bydmm/a5f038bdd4fc4730120c7eb7e4d8d237 to your computer and use it in GitHub Desktop.
gitlab-442

重启后不能登陆的话,

进入docker修改/etc/nginx/sites-enabled/gitlab

修改其中一行使其变为,

proxy_set_header    X-Forwarded-Proto   https;

保存后supervisorctl restart nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment