Skip to content

Instantly share code, notes, and snippets.

@wildjcrt
Created July 19, 2016 13:12
Show Gist options
  • Save wildjcrt/fa9937d6549ebfdbbec9a5546961d201 to your computer and use it in GitHub Desktop.
Save wildjcrt/fa9937d6549ebfdbbec9a5546961d201 to your computer and use it in GitHub Desktop.
<LocationMatch "^/assets/.*-[0-9a-f]{32}.*$">
Header unset ETag
FileETag None
# RFC says only cache for 1 year
ExpiresActive On
ExpiresDefault "access plus 1 year"
</LocationMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment