Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created July 20, 2012 18:29
Show Gist options
  • Save gavinblair/3152445 to your computer and use it in GitHub Desktop.
Save gavinblair/3152445 to your computer and use it in GitHub Desktop.
don't cache these files
# we're using appcache to cache our stuff.
<filesMatch "\.(html|htm|js|css|jpg|png|appcache)$">
Header set Cache-Control "no-cache"
</filesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment