Last active
August 29, 2015 14:07
-
-
Save mmay/5eaa4d3c2fb942f3d000 to your computer and use it in GitHub Desktop.
asset caching config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config/environments/production.rb | |
config.serve_static_assets = false | |
config.assets.compress = true | |
config.assets.digest = true | |
config.action_controller.asset_host = ENV['FASTLY_CDN_URL'] | |
config.static_cache_control = 'public, s-maxage=15552000, maxage=2592000' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment