From fa8434b41840ac7cb0a777f3275c0e50370f008e Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 10 Nov 2024 19:37:05 -0600 Subject: [PATCH] Enable zstd encoding, use gzip level 3 --- frontend/Caddyfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 0f8a2d5..cf67267 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -16,7 +16,10 @@ # site block, listens on the $PORT environment variable, automatically assigned by railway :{$PORT} { respond /health 200 - encode gzip + encode { + zstd fastest + gzip 3 + } log { # access logs