Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created August 22, 2018 02:58
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 Kaiderella/57b4c092fdeaae400085cc1f16903735 to your computer and use it in GitHub Desktop.
Save Kaiderella/57b4c092fdeaae400085cc1f16903735 to your computer and use it in GitHub Desktop.
Cache-Control Headers on Apache and LiteSpeed
<filesMatch ".(ico|pdf|flv|jpg|jpeg|webp|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment