location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|png|webp)$
{
expires 6h;
add_header Cache-Control "public, max-age=21600";
}
location ~ .*\.(js|css)?$
{
expires 6h;
add_header Cache-Control "public, max-age=21600";
}
版权归属:
wood
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区