From 2fc1ee22ca132f09264d731df014c6250b35f85f Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 May 2024 18:20:53 +0300 Subject: [PATCH] Enable zstd support for Caddy --- Using-Docker-Compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 992782f..46791bc 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -57,7 +57,7 @@ In the same directory, create the `Caddyfile` below. (This file does not need to # This setting may have compatibility issues with some browsers # (e.g., attachment downloading on Firefox). Try disabling this # if you encounter issues. - encode gzip + encode zstd gzip # Proxy everything Rocket reverse_proxy vaultwarden:80 { @@ -141,7 +141,7 @@ In the same directory, create the `Caddyfile` below. (This file does not need to # This setting may have compatibility issues with some browsers # (e.g., attachment downloading on Firefox). Try disabling this # if you encounter issues. - encode gzip + encode zstd gzip # Proxy everything to Rocket reverse_proxy vaultwarden:80