Skip to content

Instantly share code, notes, and snippets.

@MasonSpeed
Created August 27, 2021 12:55
Show Gist options
  • Save MasonSpeed/e45c31a79d652291b535bd776e56a479 to your computer and use it in GitHub Desktop.
Save MasonSpeed/e45c31a79d652291b535bd776e56a479 to your computer and use it in GitHub Desktop.
<IfModule mod_headers.c>
<FilesMatch "\.(jpg|jpeg|png|gif|js|css|swf|woff|woff2|svg)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment