{
    auto_https off
    frankenphp
}

:8080 {
    root * /app/public
    encode zstd br gzip
    try_files {path} /index.php?{query}
    php_server
}
