diff --git a/config/environments/production.rb b/config/environments/production.rb index cefe59f..543b8ff 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -20,7 +20,8 @@ Wrestling::Application.configure do # config.action_dispatch.rack_cache = true # Disable Rails's static asset server (Apache or nginx will already do this). - config.serve_static_assets = false + #This is deprecated + #config.serve_static_assets = false # Compress JavaScripts and CSS. config.assets.js_compressor = :uglifier