{$DOMAIN} {
	encode zstd gzip

	handle /api/* {
		reverse_proxy api:8000
	}

	# Flutter web build (app/build/web), SPA fallback to index.html
	handle {
		root * /srv/app
		try_files {path} /index.html
		file_server
	}
}
