diff options
| author | Luc Donnet | 2014-01-27 09:27:24 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2014-01-27 09:27:24 +0100 | 
| commit | a5a76f4f07620ee710d20eb165abcde7d4ebaa2f (patch) | |
| tree | 598effedff3513f1cc63dff5e213f3a6fc36e97f /config/environments | |
| parent | 3b6d2f3512b4d0c5cad54120386ff0cce897f699 (diff) | |
| download | chouette-core-a5a76f4f07620ee710d20eb165abcde7d4ebaa2f.tar.bz2 | |
Comment line for suburi in production environment
Diffstat (limited to 'config/environments')
| -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  | 
