码迷,mamicode.com
首页 > 其他好文 > 详细

静态缓存

时间:2016-02-25 13:59:24      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:静态缓存

<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>


本文出自 “8653294” 博客,请务必保留此出处http://8653294.blog.51cto.com/8643294/1744927

静态缓存

标签:静态缓存

原文地址:http://8653294.blog.51cto.com/8643294/1744927

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!