Fix Caddy trusted proxies syntax

This commit is contained in:
2025-10-30 11:02:42 -06:00
parent 2b13ee7163
commit 1bf9fc6a9c
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 {