From b3665a614eb0ecb571aeab45be695907fe04a827 Mon Sep 17 00:00:00 2001 From: cadavrorum Date: Mon, 26 Aug 2013 08:03:28 -0700 Subject: [PATCH] Added gitlab-shell config note --- web-server/nginx/gitlab-ssl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-server/nginx/gitlab-ssl b/web-server/nginx/gitlab-ssl index 33a4b2b..dbe75cd 100644 --- a/web-server/nginx/gitlab-ssl +++ b/web-server/nginx/gitlab-ssl @@ -9,6 +9,8 @@ # cd /etc/nginx/ # 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 upstream gitlab {