chore(website): configure ingress Caddy as trusted proxy to forward client IPs

This commit is contained in:
Pasha Sviderski
2026-07-14 12:54:43 +10:00
parent 4d76dd601c
commit b9c54f1ff5
+5
View File
@@ -1,5 +1,10 @@
{
admin off
servers {
# Trust the Uncloud ingress Caddy (cluster network) so the X-Forwarded-For chain it forwards
# is preserved and the real client IP is logged in the client_ip field.
trusted_proxies static 10.210.0.0/16
}
}
:8000 {