From 6c2fa37b5ce8c7e19f72616fb148dd0a04da7def Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Wed, 14 Aug 2024 01:48:05 +0100 Subject: [PATCH] Enable public file server --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0ff516c..1c9b156 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -21,7 +21,7 @@ Rails.application.configure do # config.require_master_key = true # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead. - # config.public_file_server.enabled = false + config.public_file_server.enabled = false # Compress CSS using a preprocessor. # config.assets.css_compressor = :sass