From: Alex Pooley (@zuedev) Date: Mon, 23 Mar 2026 11:16:10 +0000 (+0000) Subject: enable compression via caddy X-Git-Url: http://git.zue.dev/?a=commitdiff_plain;h=e2e0da192a5ca0ae6dfd91f0fff342e14e604bf1;p=git.zue.dev enable compression via caddy --- diff --git a/Caddyfile b/Caddyfile index 82aa132..5d443d8 100644 --- a/Caddyfile +++ b/Caddyfile @@ -3,5 +3,6 @@ } https://git.zue.dev { + encode zstd gzip reverse_proxy http://gitweb:80 } \ No newline at end of file