heroku-deflater
heroku-deflater copied to clipboard
`static_cache_control` is deprecated
From what I could glean, heroku-deflater checks the static-cache_control
config. However, it looks like in Rails 5.1, setting public_file_server.headers
is preferred.
I currently don't have to update it, but if someone comes with a PR, I'll be glad to merge.
Looks like fixed in the master