Commit 9e86f3b156848da323b64aed14676d14ec226d76
1 parent
940c0508
Exists in
master
and in
4 other branches
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,6 +18,7 @@ production: &base | ||
18 | host: localhost | 18 | host: localhost |
19 | port: 80 | 19 | port: 80 |
20 | https: false | 20 | https: false |
21 | + # WARNING: This feature is no longer supported | ||
21 | # Uncomment and customize to run in non-root path | 22 | # Uncomment and customize to run in non-root path |
22 | # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed | 23 | # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed |
23 | # relative_url_root: /gitlab | 24 | # relative_url_root: /gitlab |