静态缓存

<IfModule mod_expires.c> 

ExpiresActive on 

ExpiresByType image/gif "access plus 1 days" 

ExpiresByType image/jpeg "access plus 24 hours" 

ExpiresByType image/png "access plus 24 hours" 

ExpiresByType text/css "now plus 2 hour" 

ExpiresByType application/x-javascript "now plus 2 hours" 

ExpiresByType application/javascript "now plus 2 hours" 

ExpiresByType application/x-shockwave-flash "now plus 2 hours" 

ExpiresDefault "now plus 0 min" 

</IfModule>


你可能感兴趣的:(静态缓存)