diff options
| author | Marc Florisson | 2014-01-24 22:32:47 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-01-24 22:32:47 +0100 |
| commit | 50eeb0e37559778019386acb456aa003924e483d (patch) | |
| tree | a028ac9d4118d73349d500a556508a7a011f74b7 | |
| parent | 5cbac038bafafea086c251c0560c3fceb03ccc9f (diff) | |
| parent | 3b6d2f3512b4d0c5cad54120386ff0cce897f699 (diff) | |
| download | chouette-core-50eeb0e37559778019386acb456aa003924e483d.tar.bz2 | |
merge
| -rw-r--r-- | config/environments/production.rb | 1 |
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 |
