用法:
syntax: expires [modified] time;
expires epoch | max | off;
default:
expires off;
context: http, server, location
例子:
location ~ \.(css|png)$ {
expires 3h;
}
用法:
syntax: expires [modified] time;
expires epoch | max | off;
default:
expires off;
context: http, server, location
例子:
location ~ \.(css|png)$ {
expires 3h;
}
转载于:https://my.oschina.net/leozhou/blog/847095