用法:
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;
}
© 著作权归作者所有