{$CADDY_DOMAIN} {
    root * /var/www/html/public

    encode zstd gzip

    file_server

    php_fastcgi app:9000
}
