chore: update cache time

This commit is contained in:
lawvs 2022-09-30 17:16:55 +08:00
parent 9245ecd627
commit b398e2e184

View File

@ -9,7 +9,8 @@ server {
index index.html index.htm;
location /_next/static {
add_header Cache-Control "max-age=31536000";
# 7 days
add_header Cache-Control "max-age=86400";
}
location / {