fix(caddy): preserve X-Forwarded-For chain so Laravel TrustProxies resolves real client IP

This commit is contained in:
xboard
2026-04-23 11:39:58 +08:00
parent 2efef9e8ee
commit ac6d8f01ba
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@
output stdout
format console
}
servers {
trusted_proxies static 0.0.0.0/0 ::/0
}
}
:7001 {