Commit 67faaf6e08bc9ec5b543dd354d146b63ec0412b5

Authored by Dmitriy Zaporozhets
2 parents 7ce63909 c62892b2

Merge branch 'host-no-scheme' into 'master'

Host No Scheme

People keep adding http in front of the host FQDN, this comment informs them this is not needed.

https://groups.google.com/forum/#!topic/gitlabhq/HPOn51ZcQFs
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/gitlab.yml.example
@@ -14,7 +14,7 @@ production: &base @@ -14,7 +14,7 @@ production: &base
14 14
15 ## GitLab settings 15 ## GitLab settings
16 gitlab: 16 gitlab:
17 - ## Web server settings 17 + ## Web server settings (note: host is the FQDN, do not include http://)
18 host: localhost 18 host: localhost
19 port: 80 19 port: 80
20 https: false 20 https: false