Update X.Y.conf

This commit is contained in:
Eric Johansson (neku) 2021-06-06 22:35:22 +02:00 committed by GitHub
parent bbd7acc88f
commit 50d2ae5660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ etag on;
location ~* \.(?:css|js|jpg|jpeg|gif|png|ico|xml|eot|woff|woff2|ttf|svg|otf)$ {
add_header Cache-Control "public";
expires 2d;
expires 30d;
}
gzip on;