Skip to content

Commit

Permalink
Merge pull request gitlabhq#184 from sinm/patch-1
Browse files Browse the repository at this point in the history
Added few missed lines about gitlab-shell via SSL
  • Loading branch information
axilleas committed Jan 13, 2014
2 parents 3e4c46a + 316aad8 commit 119e806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-server/nginx/gitlab-ssl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# sudo openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
# sudo chmod o-r gitlab.key
# Also you need to edit gitlab-shell config.
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
# 1) Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
# 2) Set "ca_file" to /etc/nginx/gitlab.crt
# 3) Set "self_signed_cert" to true
# You also need to edit gitlab/config/gitlab.yml
# 1) Define port for http "port: 443"
# 2) Enable https "https: true"
Expand Down

0 comments on commit 119e806

Please sign in to comment.