{
	frankenphp
	auto_https off
	admin off
}

:80 {
	root * /app/public

	encode zstd br gzip

	php_server

	log {
		output stderr
		level WARN
	}
}
