(log) {
	log {
		output file /var/log/caddy/access.log
	}
}

:80, :443 {
	import log
	root * /public
	file_server
}
