mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 22:42:51 +01:00
Enable zstd support for Caddy
parent
9be979aa13
commit
e2eabdfeb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# This setting may have compatibility issues with some browsers
|
||||||
# (e.g., attachment downloading on Firefox). Try disabling this
|
# (e.g., attachment downloading on Firefox). Try disabling this
|
||||||
# if you encounter issues.
|
# if you encounter issues.
|
||||||
encode gzip
|
encode zstd gzip
|
||||||
|
|
||||||
# Uncomment to improve security (WARNING: only use if you understand the implications!)
|
# 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
|
# If you want to use FIDO2 WebAuthn, set X-Frame-Options to "SAMEORIGIN" or the Browser will block those requests
|
||||||
|
|
Loading…
Reference in a new issue