diff options
author | dosire <sytses@gmail.com> | 2014-01-27 14:27:47 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-01-27 14:27:47 +0100 |
commit | c62892b225fe219cca1735e1817b3cca8714d3fa (patch) | |
tree | cd49cb6987ae9737beee8eb9287761166b4b83c9 /config | |
parent | c3ae30b60edd40f30c10e69532ecf8833cd0440f (diff) | |
download | gitlab-ce-c62892b225fe219cca1735e1817b3cca8714d3fa.tar.gz |
People keep adding http:// in front of the host.
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index be9ca8dc8c1..da87deddec8 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -14,7 +14,7 @@ production: &base ## GitLab settings gitlab: - ## Web server settings + ## Web server settings (note: host is the FQDN, do not include http://) host: localhost port: 80 https: false |