trust private ranges for port 8080

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-09-27 21:42:31 +02:00
parent f5f8c836d2
commit 131dc62508

View file

@ -25,7 +25,9 @@ http://:80 {
}
https://:8080 {
reverse_proxy localhost:8000
reverse_proxy localhost:8000 {
trusted_proxies private_ranges
}
tls internal {
on_demand
}