aboutsummaryrefslogtreecommitdiff
path: root/example/Caddyfile
blob: 8f084833d4d9538043f0250d46a832cac9908c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	debug
	admin off
	log {
		level debug
	}
}

http://localhost:8000 {
	root * ./examples/static
	file_server
}