aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2014-01-24 22:32:47 +0100
committerMarc Florisson2014-01-24 22:32:47 +0100
commit50eeb0e37559778019386acb456aa003924e483d (patch)
treea028ac9d4118d73349d500a556508a7a011f74b7
parent5cbac038bafafea086c251c0560c3fceb03ccc9f (diff)
parent3b6d2f3512b4d0c5cad54120386ff0cce897f699 (diff)
downloadchouette-core-50eeb0e37559778019386acb456aa003924e483d.tar.bz2
merge
-rw-r--r--config/environments/production.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 09f75565e..a98eac14b 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -10,6 +10,7 @@ ChouetteIhm::Application.configure do
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
+ config.action_controller.relative_url_root = "/chouette2"
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false