{
	auto_https off
	http_port 80
	https_port 0
}

:80 {
	handle {
		route {
			lzcaipod
			root * /lzcapp/pkg/content/ui
			try_files {path} /index.html

			header Cache-Control "max-age=60, private, must-revalidate"
			file_server
		}
	}
}
