✨ feat(ansible/caddy): Ajoute le domaine signature.ludikevent.fr à la configuration Caddy. ✨ feat(src/Service/Mailer): Améliore l'envoi d'emails avec désinscription et Message-ID. ✨ feat(templates/mails): Met à jour le logo de l'email pour LudikEvent. ```
33 lines
1.1 KiB
Django/Jinja
33 lines
1.1 KiB
Django/Jinja
intranet.ludikevent.fr, signature.ludikevent.fr {
|
|
tls {
|
|
dns cloudflare KL6pZ-Z_12_zbnM2TtFDIsKM8A-HLPhU5GJJbKTW
|
|
}
|
|
|
|
root * {{ path }}/public
|
|
file_server
|
|
|
|
request_body {
|
|
max_size 100MB
|
|
}
|
|
|
|
header {
|
|
# This prevents search engines from indexing the site
|
|
X-Robots-Tag "noindex, nofollow, nosnippet, noarchive"
|
|
|
|
# Your existing Permissions-Policy
|
|
Permissions-Policy "accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), usb=(), vr=(), screen-wake-lock=(), xr-spatial-tracking=(), bluetooth=(), ambient-light-sensor=(), battery=(), gamepad=(), notifications=(), push=()"
|
|
|
|
# Recommended security headers for an intranet
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "DENY"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
}
|
|
|
|
php_fastcgi unix//run/php/php8.3-fpm.sock {
|
|
read_timeout 300s
|
|
write_timeout 300s
|
|
dial_timeout 100s
|
|
env HTTP_PROXY ""
|
|
}
|
|
}
|