feat(ansible/caddy): Ajoute une réponse par défaut 403 et supprime le debug twig.

This commit is contained in:
Serreau Jovann
2025-11-22 22:29:10 +01:00
parent f36ae59eb6
commit 4fce2b9c2e
2 changed files with 3 additions and 8 deletions

View File

@@ -36,6 +36,9 @@ www.e-cosplay.fr {
header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
}
}
handle {
respond "Access Denied" 403
}
}
datas.e-cosplay.fr {
tls {