Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-08-19 23:49:27 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-08-19 23:49:27 +0400
commit6ec73fc9a64938566d2e6d1a804990fa0f8849f0 (patch)
tree169857b0957a7dbae72cc44f2c74bf64b66875c0 /config/application.rb
parent4250c349152e252ff36bab54c53d7b267a5b1232 (diff)
Configure the relative path only one time.
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/application.rb b/config/application.rb
index f3edca8c353..d86fe561fa9 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -67,9 +67,5 @@ module Gitlab
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
-
- # Uncomment this if you are using a subdirectory
- # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed
- # config.relative_url_root = "/gitlab"
end
end