We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a9ddd7 + 11738bd commit a047e1eCopy full SHA for a047e1e
install/centos/README.md
@@ -293,7 +293,8 @@ GitLab Shell is a ssh access and repository management application developed spe
293
sudo -u git -H cp config.yml.example config.yml
294
295
# Edit config and replace gitlab_url
296
- # with something like 'http://domain.com/'
+ # with something like 'https://domain.com/'
297
+ # also edit self_signed_cert to true if you are going to use selfsigned cert
298
sudo -u git -H editor config.yml
299
300
# Do setup
0 commit comments