Skip to content

Commit 11738bd

Browse files
committed
change in gitlab-shell/config.yml
Because later in this recipe it is suggested to set port 80 to 443 (ssl) redirection I recommend to advice user to set https in config.yml file. It takes me some time to find this as problem when accessing gitlab api (https://github.com/gitlabhq/gitlabhq/issues/3483)
1 parent 5a9ddd7 commit 11738bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/centos/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ GitLab Shell is a ssh access and repository management application developed spe
293293
sudo -u git -H cp config.yml.example config.yml
294294

295295
# Edit config and replace gitlab_url
296-
# with something like 'http://domain.com/'
296+
# with something like 'https://domain.com/'
297+
# also edit self_signed_cert to true if you are going to use selfsigned cert
297298
sudo -u git -H editor config.yml
298299

299300
# Do setup

0 commit comments

Comments
 (0)