Files
DADProject/api/deployment/Caddyfile
T
2025-12-04 20:45:22 +00:00

10 lines
89 B
Caddyfile

{
auto_https off
frankenphp
}
:80 {
root * public/
encode zstd br gzip
php_server
}