feat(caddy): Ajoute l'en-tête X-Forwarded-For pour l'IP du client Cloudflare

This commit is contained in:
Serreau Jovann
2025-11-22 22:18:23 +01:00
parent 9caf573d5d
commit 8adf6ba797

View File

@@ -30,6 +30,7 @@ www.e-cosplay.fr {
write_timeout 300s
dial_timeout 100s
env HTTP_PROXY ""
header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
}
}
datas.e-cosplay.fr {