# https://caddyserver.com/docs/caddyfile

{
	root * /srv/http
	file_server {
		index index.xhtml index.html index.htm
	}
}
