{
    auto_https disable_redirects
}

:80 {
    root * {$FRANKENPHP_ROOT_PATH}
    php_server {
        resolve_root_symlink false
        try_files {path} index.php
        file_server off
    }
}