一开始以为是权限问题,但是更改后无效

在nginx.conf文件中加入如下配置 然后重启nginx即可生效,如需别的格式 自行添加

location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico|eot|otf|ttf|woff|woff2)$ {
    expires 30d;
    access_log off;
  }

mikezhangapp
81 声望3 粉丝

Less Bug