diff --git a/On host/Caddyfile b/On host/Caddyfile index 339e114..3bfb7ae 100644 --- a/On host/Caddyfile +++ b/On host/Caddyfile @@ -587,3 +587,12 @@ xcd.delmar.bzh { } reverse_proxy sheldon:7576 } + +zik.delmar.bzh { + encode { + zstd + gzip + minimum_length 1024 + } + reverse_proxy gary:32768 +}