summarylogtreecommitdiffstats
path: root/conf
blob: 77e226464e792366c7b25ea7b5ec717d1a0a2c19 (plain)
1
2
3
4
5
6
7
8
# https://caddyserver.com/docs/caddyfile

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