Files
hydra-2fa/Caddyfile
2025-09-22 15:17:33 +02:00

11 lines
192 B
Caddyfile

:80 {
# Force HTTP pour le développement
http://localhost {
root * /app/public
php_server
encode gzip
log {
output stdout
}
}
}