From e2eabdfeb1270b031fa1b94682bb6b06efcb82a7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 10 May 2024 17:54:26 +0300 Subject: [PATCH] Enable zstd support for Caddy --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 41c7f3f..30f3ed4 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -47,7 +47,7 @@ If you prefer, you can also directly specify a value instead of substituting an # 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 # Uncomment to improve security (WARNING: only use if you understand the implications!) # If you want to use FIDO2 WebAuthn, set X-Frame-Options to "SAMEORIGIN" or the Browser will block those requests