feat(ansible/caddy): Ajoute la gestion de Cloudflare pour php_fastcgi

This commit is contained in:
Serreau Jovann
2025-11-22 22:18:52 +01:00
parent 8adf6ba797
commit 8fd77fd600

View File

@@ -24,13 +24,17 @@ www.e-cosplay.fr {
X-Frame-Options "SAMEORIGIN"
X-Content-Type-options "nosniff"
}
php_fastcgi unix//run/php/php8.3-fpm.sock {
read_timeout 300s
write_timeout 300s
dial_timeout 100s
env HTTP_PROXY ""
header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
@cloudflare {
remote_ip 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15 104.16.0.0/13 104.24.0.0/14 172.64.0.0/13 131.0.72.0/22 2400:cb00::/32 2606:4700::/32 2803:f800::/32 2405:b500::/32 2405:8100::/32 2a06:98c0::/29 2c0f:f248::/32
}
handle @cloudflare {
php_fastcgi unix//run/php/php8.3-fpm.sock {
read_timeout 300s
write_timeout 300s
dial_timeout 100s
env HTTP_PROXY ""
header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
}
}
}
datas.e-cosplay.fr {