Skip to content

Commit

Permalink
Leverage browser caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riti committed Nov 11, 2013
1 parent 50e10b6 commit a5ac6b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
AllowOverride None
Order allow,deny
allow from all

# Expires Settings
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"

# PageSpeed Settings
ModPageSpeed on
ModPagespeedRewriteLevel CoreFilters
</Directory>
Expand Down

0 comments on commit a5ac6b1

Please sign in to comment.