Initial commit

This commit is contained in:
Léo Berry
2025-10-28 14:35:40 +01:00
commit 78da6b2994
11 changed files with 463 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Caddyfile pour l'application écoutant sur localhost
{
admin off
}
:<%= $listen_port %> {
root * <%= $root_dir %>
encode zstd br gzip
# Clear Headers
header {
-Server
-X-Powered-By
}
# Logs
log {
output stdout
}
file_server
php_server
}