Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Last active August 29, 2015 14:14
Show Gist options
  • Save jtwalters/5b384cd1d453a8aa8ee5 to your computer and use it in GitHub Desktop.
Save jtwalters/5b384cd1d453a8aa8ee5 to your computer and use it in GitHub Desktop.
# Don't cache anything
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
</ifModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment