"Updates"

This commit is contained in:
2026-01-03 01:24:24 +01:00
parent 706e4c72f5
commit 0360b18451
2 changed files with 30 additions and 18 deletions

View File

@@ -260,6 +260,15 @@ home-assistant.delmar.bzh {
reverse_proxy gary:8123
}
inv.delmar.bzh {
encode {
zstd
gzip
minimum_length 1024
}
reverse_proxy patrick:32768
}
it.delmar.bzh {
encode {
zstd
@@ -523,11 +532,11 @@ twip.delmar.bzh {
gzip
minimum_length 1024
}
reverse_proxy carlo:12473
reverse_proxy patrick:12473
handle_errors {
rewrite * /{err.status_code}
reverse_proxy carlo:12473 {
reverse_proxy patrick:12473 {
header_up Host {upstream_hostport}
replace_status {err.status_code}
}