diff --git a/config/environments/production.rb b/config/environments/production.rb index aacdcfb80..85a53a8d0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -14,9 +14,6 @@ Rails.application.configure do config.consider_all_requests_local = false config.action_controller.perform_caching = true - # Disable Rails's static asset server (Apache or nginx will already do this) - config.serve_static_assets = false - # Enable Rack::Cache to put a simple HTTP cache in front of your application # Add `rack-cache` to your Gemfile before enabling this. # For large-scale production use, consider using a caching reverse proxy like