Skip to content

Instantly share code, notes, and snippets.

@zerolab
Created February 14, 2011 11:22
Show Gist options
  • Save zerolab/825745 to your computer and use it in GitHub Desktop.
Save zerolab/825745 to your computer and use it in GitHub Desktop.
Drupal / LAMP stack optimizations
;Expires
;=======
ExpiresByType text/html "access plus 3 hours"
ExpiresByType image/gif "modification plus 1 year"
ExpiresByType image/png "modification plus 1 year"
ExpiresByType image/jpg "modification plus 1 year"
ExpiresByType image/ico "modification plus 1 year"
ExpiresByType text/js "modification plus 1 month"
ExpiresByType text/css "modification plus 1 mont
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment