Skip to content

Instantly share code, notes, and snippets.

@steepzero-old
Created November 24, 2017 12:53
Show Gist options
  • Save steepzero-old/d4b0774eb68b8be841a2243fe55c9a2c to your computer and use it in GitHub Desktop.
Save steepzero-old/d4b0774eb68b8be841a2243fe55c9a2c to your computer and use it in GitHub Desktop.
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType image/jpeg "access plus 3 day"
ExpiresByType image/gif "access plus 3 day"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment