Skip to content

Instantly share code, notes, and snippets.

@aislam23
Created October 10, 2022 06:13
Show Gist options
  • Save aislam23/54873d260469b04866c5275934d3954d to your computer and use it in GitHub Desktop.
Save aislam23/54873d260469b04866c5275934d3954d to your computer and use it in GitHub Desktop.
<IfModule mod_expires.c>
Header append Cache-Control "public"
FileETag MTime Size
ExpiresActive On
ExpiresDefault "access plus 0 minutes"
ExpiresByType image/ico "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/webp "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment