fix: disable all static file caching to prevent stale assets

This commit is contained in:
2026-07-12 02:08:18 +08:00
parent f09a554ea3
commit aa9ee24118
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
client_max_body_size 55m;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffering off;
proxy_cache off;