mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-09 04:10:09 +03:00
chore: update cache time
This commit is contained in:
parent
9245ecd627
commit
b398e2e184
3
.github/deployment/nginx.conf
vendored
3
.github/deployment/nginx.conf
vendored
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user