From a5a76f4f07620ee710d20eb165abcde7d4ebaa2f Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Mon, 27 Jan 2014 09:27:24 +0100 Subject: Comment line for suburi in production environment --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3