From 53ff4fc0db6abfc808aa6a8710e04bb4ccab4e1d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 27 Sep 2015 22:08:17 +0200 Subject: [PATCH] Removed not longer needed option. --- config/environments/production.rb | 3 --- 1 file changed, 3 deletions(-) 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