apache: enable proxy protocol

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-11-24 18:46:31 +01:00
parent 473ddbfcee
commit e66725549c

View file

@ -7,6 +7,16 @@
servers {
# trusted_proxies placeholder
# Enable proxy protocol for caddy
listener_wrappers {
proxy_protocol {
timeout 5s
allow private_ranges 100.64.0.0/10
fallback_policy skip
}
tls
}
}
log {