Commit 7588186e8173f53a7f9b86d2b6959d7f94a3caac

Authored by Dmitriy Zaporozhets
2 parents 66e10f05 9e86f3b1

Merge branch 'warning_relative_url' of /home/git/repositories/gitlab/gitlabhq

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
... ...