Skip to content

Instantly share code, notes, and snippets.

@wireinet
Created August 25, 2019 08:27
Show Gist options
  • Save wireinet/a8c743687194159cfa1c75fd70e73abe to your computer and use it in GitHub Desktop.
Save wireinet/a8c743687194159cfa1c75fd70e73abe to your computer and use it in GitHub Desktop.
<filesMatch "\.(html|htm|js|css|pdf)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</filesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment