Files
Verso/server-ce
claude a89b8bd282
Build and Deploy Verso / deploy (push) Successful in 11m13s
Enable gzip for HTML/CSS/JS output in clsi-nginx
RevealJS presentations are served as (currently embed-resources) HTML that
went over the wire uncompressed, because gzip_types only listed text/plain.
This made the HTML preview slow to load for heavy decks.

Add text/html, text/css, application/javascript, application/json and
image/svg+xml to gzip_types so the text-based portion of the output is
compressed. Already-compressed formats (pdf, png/jpeg/webp, woff/woff2)
are intentionally excluded to avoid wasting CPU. Also set gzip_min_length
1024 so tiny responses aren't compressed needlessly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 18:52:39 +00:00
..
2026-05-30 12:08:40 +00:00
2026-04-28 08:52:37 +00:00