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