diff --git a/config/environments/production.rb b/config/environments/production.rb index 8922a0d..0ac6957 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,5 +59,6 @@ Errbit::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + config.static_cache_control = "public, max-age=7200" end -- libgit2 0.21.2