mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
chore: update cache time
This commit is contained in:
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user