From 1a5c941725b1298d0fa15448a91144c4f7a04f3f Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 1 Feb 2026 12:59:44 +0100 Subject: [PATCH] "Updates" --- installs_on_host/Caddyfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/installs_on_host/Caddyfile b/installs_on_host/Caddyfile index 10bc944..ac7c394 100644 --- a/installs_on_host/Caddyfile +++ b/installs_on_host/Caddyfile @@ -574,5 +574,14 @@ zik.delmar.bzh { gzip minimum_length 1024 } - reverse_proxy patrick:4533 + reverse_proxy patrick:32773 +} + +muzik.delmar.bzh { + encode { + zstd + gzip + minimum_length 1024 + } + reverse_proxy patrick:32785 }