数据加载中……


 

 登   陆

我的分类(专题)
数据加载中……

链接

Blog信息
数据加载中……

 



Nginx 启用“内容过期”
樱木花盗 发表于 2013-1-21 13:09:38

/usr/local/nginx/conf/nginx.conf    默认不压缩html和php 需要自己加上

  location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
   {
    expires      30d;
   }

  location ~ .*\.(html|htm|php|js|css)?$
   {
    expires      1d;
   }

重启 nginx

阅读全文 | 回复(0) | 引用通告 | 编辑
 


发表评论:

    昵称:
    密码: (游客无须输入密码)
    主页:
    标题:
    数据加载中……


Powered by Oblog.