Add flush_interval to prod frontend Caddy labels

Without flush_interval: -1, Caddy buffers SSR responses and can
truncate large pages (380KB homepage was cut to 70KB, dropping the
ResistorColorGuide section entirely).
This commit is contained in:
Ryan Malloy 2026-02-21 10:05:34 -07:00
parent 5f5e0da3c4
commit 0a9abd6771

View File

@ -27,6 +27,7 @@ services:
labels:
caddy: "${SPICEBOOK_DOMAIN:-spicebook.localhost}"
caddy.reverse_proxy_1: "{{upstreams 4321}}"
caddy.reverse_proxy_1.flush_interval: "-1"
networks:
caddy: