summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-08-19 21:49:27 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-08-19 21:49:27 +0200
commit6ec73fc9a64938566d2e6d1a804990fa0f8849f0 (patch)
tree169857b0957a7dbae72cc44f2c74bf64b66875c0 /config/gitlab.yml.example
parent4250c349152e252ff36bab54c53d7b267a5b1232 (diff)
downloadgitlab-ce-6ec73fc9a64938566d2e6d1a804990fa0f8849f0.tar.gz
Configure the relative path only one time.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index c73307cabf4..61a6f0be0b3 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -18,10 +18,10 @@ production: &base
host: localhost
port: 80
https: false
- # WARNING: This feature is no longer supported
+
# Uncomment and customize to run in non-root path
- # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed
- # You need to uncomment config.relative_url_root in config/application.rb
+ # WARNING: This feature is no longer supported
+ # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in your application server may need to be changed
# relative_url_root: /gitlab
# Uncomment and customize if you can't use the default user to run GitLab (default: 'git')