furtka/ops/nginx
Daniel Maksymilian Syrnicki 1193504a1e perf(site): gzip CSS, JS, SVG and fonts on the furtka.org nginx
Default nginx only gzips text/html, so the homepage HTML was the only
asset coming back compressed. The ~600 KB three.min.js bundle (and the
hashed CSS) were being shipped uncompressed across the public openresty
proxy. `gzip_types` now covers css/js/json/xml/svg/woff2.

Needs `sudo ops/nginx/setup-vm.sh` on forge-runner-01 to take effect —
the site-deploy workflow only rebuilds Hugo, it doesn't touch the
nginx config.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 12:09:26 +02:00
..
furtka.org.conf perf(site): gzip CSS, JS, SVG and fonts on the furtka.org nginx 2026-04-28 12:09:26 +02:00
setup-vm.sh feat: publish public website at furtka.org 2026-04-14 10:27:51 +02:00