summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-01-27 14:27:47 +0100
committerdosire <sytses@gmail.com>2014-01-27 14:27:47 +0100
commitc62892b225fe219cca1735e1817b3cca8714d3fa (patch)
treecd49cb6987ae9737beee8eb9287761166b4b83c9 /config
parentc3ae30b60edd40f30c10e69532ecf8833cd0440f (diff)
downloadgitlab-ce-c62892b225fe219cca1735e1817b3cca8714d3fa.tar.gz
People keep adding http:// in front of the host.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
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