From c62892b225fe219cca1735e1817b3cca8714d3fa Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 27 Jan 2014 14:27:47 +0100 Subject: [PATCH] People keep adding http:// in front of the host. --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index be9ca8dc8..da87dedde 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 -- 2.11.0