From 53b3b82cc7b36872b8c6cd5ccfd7fe3cf920f7ee Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 17 Nov 2016 10:30:09 -0800 Subject: [PATCH] Remove this unnecessary deprecated doohickey --- myapp/config/environments/production.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/myapp/config/environments/production.rb b/myapp/config/environments/production.rb index 5c1b32e4..aee0c866 100644 --- a/myapp/config/environments/production.rb +++ b/myapp/config/environments/production.rb @@ -20,10 +20,6 @@ Rails.application.configure do # NGINX, varnish or squid. # config.action_dispatch.rack_cache = true - # Disable serving static files from the `/public` folder by default since - # Apache or NGINX already handles this. - config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? - # Compress JavaScripts and CSS. config.assets.js_compressor = :uglifier # config.assets.css_compressor = :sass