mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-16 04:09:03 +00:00
Enable zstd support for Caddy
parent
e76daf5799
commit
2fc1ee22ca
@ -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
|
# 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
|
||||||
|
|
||||||
# Proxy everything Rocket
|
# Proxy everything Rocket
|
||||||
reverse_proxy vaultwarden:80 {
|
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
|
# 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
|
||||||
|
|
||||||
# Proxy everything to Rocket
|
# Proxy everything to Rocket
|
||||||
reverse_proxy vaultwarden:80
|
reverse_proxy vaultwarden:80
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user