Fix Caddy trusted proxies syntax

This commit is contained in:
Andreas Dueren
2025-10-30 11:02:42 -06:00
parent c336e68347
commit 2ae6306c82
2 changed files with 1 additions and 6 deletions

View File

@@ -535,9 +535,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
{
admin off
auto_https off
servers {
trusted_proxies static private_ranges
}
}
:3080 {
@@ -658,9 +655,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
{
admin off
auto_https off
servers {
trusted_proxies static private_ranges
}
}
:3080 {