diff options
| author | Marc Florisson | 2014-01-27 11:55:31 +0100 | 
|---|---|---|
| committer | Marc Florisson | 2014-01-27 11:55:31 +0100 | 
| commit | e5d5d12a65d1522d68fa585228060eb5dab3a6c1 (patch) | |
| tree | 06a2eec0ad713fd79ba8b0e1a798fc0b74a98afb | |
| parent | 383db38e3ea0557e3495c84c522af53532599323 (diff) | |
| parent | 049db50774bcc3713c98fd6cc636e6dbbec9499e (diff) | |
| download | chouette-core-e5d5d12a65d1522d68fa585228060eb5dab3a6c1.tar.bz2 | |
merge
| -rw-r--r-- | config/environments/production.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config/environments/production.rb b/config/environments/production.rb index a98eac14b..c472bde03 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -10,7 +10,8 @@ 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" +  # Uncomment to add suburi for your application  +  #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 | 
