From 1d3de6afb2f8312fcc1e16e649cdc9a76e5ed8c7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 7 Jun 2021 22:43:33 -0400 Subject: Looks like this is actually the correct setting to serve public assets, at least these days --- config/environments/production.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0100c2d..52c98d2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -22,8 +22,7 @@ Rails.application.configure do # Disable serving static files from the `/public` folder by default since # Apache or NGINX already handles this. - config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present? - config.serve_static_assets = true + config.public_file_server.enabled = true # Compress CSS using a preprocessor. # config.assets.css_compressor = :sass -- cgit v1.2.3