Commit c62892b225fe219cca1735e1817b3cca8714d3fa

Authored by dosire
1 parent c3ae30b6

People keep adding http:// in front of the host.

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