2026-01-19 21:08:04 +01:00
|
|
|
intranet.ludikevent.fr, signature.ludikevent.fr, reservation.ludikevent.fr {
|
2026-01-15 18:04:01 +01:00
|
|
|
tls {
|
|
|
|
|
dns cloudflare KL6pZ-Z_12_zbnM2TtFDIsKM8A-HLPhU5GJJbKTW
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-15 18:51:17 +01:00
|
|
|
root * {{ path }}/public
|
2026-01-15 18:04:01 +01:00
|
|
|
file_server
|
2026-01-15 18:51:17 +01:00
|
|
|
|
2026-01-15 18:04:01 +01:00
|
|
|
request_body {
|
|
|
|
|
max_size 100MB
|
|
|
|
|
}
|
2026-01-15 18:51:17 +01:00
|
|
|
|
2026-01-20 07:50:56 +01:00
|
|
|
# --- NO-INDEX MATCHER ---
|
|
|
|
|
# Defines which hosts should not be indexed
|
|
|
|
|
@noindex host intranet.ludikevent.fr signature.ludikevent.fr
|
|
|
|
|
header @noindex X-Robots-Tag "noindex, nofollow"
|
|
|
|
|
|
2026-01-15 20:13:45 +01:00
|
|
|
# --- BLOC HEADER AVEC CSP ---
|
2026-01-15 20:08:51 +01:00
|
|
|
header {
|
|
|
|
|
X-Content-Type-Options "nosniff"
|
|
|
|
|
X-Frame-Options "DENY"
|
|
|
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
2026-01-15 18:04:01 +01:00
|
|
|
}
|
2026-01-15 20:13:45 +01:00
|
|
|
|
2026-01-15 18:04:01 +01:00
|
|
|
php_fastcgi unix//run/php/php8.3-fpm.sock {
|
|
|
|
|
read_timeout 300s
|
|
|
|
|
write_timeout 300s
|
|
|
|
|
dial_timeout 100s
|
|
|
|
|
}
|
|
|
|
|
}
|