diff --git a/.htaccess b/.htaccess index bc44a74..4b070df 100755 --- a/.htaccess +++ b/.htaccess @@ -67,8 +67,7 @@ AddDefaultCharset utf-8 # Turn on the module. ExpiresActive on - # Set the default expiry times. - ExpiresDefault "access plus 2 days" + ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" @@ -76,4 +75,8 @@ AddDefaultCharset utf-8 ExpiresByType image/ico "access plus 1 month" ExpiresByType image/x-icon "access plus 1 month" ExpiresByType text/html "access plus 600 seconds" + ExpiresByType text/javascript "access 2 days" + ExpiresByType text/css "access 2 days" + # Set the default expiry times. + ExpiresDefault "access plus 2 days" \ No newline at end of file -- libgit2 0.21.4