config.consider_all_requests_local = false
config.action_controller.perform_caching = true
+ # Disable rack caching
+ config.action_dispatch.rack_cache = false
+
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
# Use a different log path in production
if defined?(LOG_PATH)
- config.log_path = LOG_PATH
+ config.paths["log"] = LOG_PATH
end
# Use a different logger for distributed setups