This commit is contained in:
root
2019-12-27 15:11:26 +08:00
parent 1297a0dc44
commit 1c3e661f21
34 changed files with 41 additions and 33 deletions

View File

@ -58,6 +58,13 @@ location /downloads {
location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}
location ~ .*\.(js|css)?$
{
expires 1h;
error_log off;
access_log /dev/null;
}
```
## 投喂