summarylogtreecommitdiffstats
path: root/Caddyfile
blob: b547eee3c989528eb68548a2756a52d6b615e024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	log {
		output file /var/log/concrnt/webui/caddy.log
	}
}

:28282 {
	redir /web /web/
	
	handle_path /web/* {
		root * /usr/share/concrnt/web
		file_server
		try_files {path} {path}/ index.html =404
	}
}