Commit 9e86f3b156848da323b64aed14676d14ec226d76

Authored by Jacob Vosmaer
1 parent 940c0508

Warn that relative URL's are unsupported

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/gitlab.yml.example
... ... @@ -18,6 +18,7 @@ production: &base
18 18 host: localhost
19 19 port: 80
20 20 https: false
  21 + # WARNING: This feature is no longer supported
21 22 # Uncomment and customize to run in non-root path
22 23 # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed
23 24 # relative_url_root: /gitlab
... ...