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:
parent
5f5e0da3c4
commit
0a9abd6771
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user