Network notes
This page records practical static hosting notes: keep HTML lightly cached, cache versioned static assets for longer, and serve real error pages for unmatched paths.
Cache-Control: public, max-age=2592000, immutable
Cache-Control: no-cacheFor large static files, byte range support is useful for resumable transfers and media seeking.