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
0fd327ef85
commit
76fd811071
@ -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