Prevent stale web shell caching

This commit is contained in:
2026-07-15 17:01:18 -07:00
parent 29612cd420
commit 135c041448

View File

@@ -82,7 +82,9 @@
gzip_static on;
root ${staticAssetsPath};
try_files $uri $uri/ /index.html;
add_header Cache-Control "no-cache, must-revalidate";
etag off;
if_modified_since off;
add_header Cache-Control "no-store" always;
}
}
}