Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created December 30, 2016 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/52b9433449b9ccbccf78140bf6ea549f to your computer and use it in GitHub Desktop.
Save evemilano/52b9433449b9ccbccf78140bf6ea549f to your computer and use it in GitHub Desktop.
ExpiresByType Directive
# enable expirations
ExpiresActive On
# expire GIF images after a month in the client's cache
ExpiresByType image/gif A2592000
# HTML documents are good for a week from the
# time they were changed
ExpiresByType text/html M604800
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment