Deployment Notes

Configuration reference for the asset delivery host

Overview

Static files are served directly from disk with long-lived cache headers. Content-hashed filenames allow immutable caching; unhashed paths revalidate against the origin.

Headers

Cache-Control: public, max-age=31536000, immutable
Vary: Accept-Encoding
X-Content-Type-Options: nosniff

Compression

EncodingApplies toMin size
zstdtext/*, application/json1 KB
gzipfallback1 KB

Build integration

Assets are uploaded during CI. Each build writes to a versioned prefix, then a symlink switch promotes it:

Monitoring