summarylogtreecommitdiffstats
path: root/Caddyfile
blob: fe27f3e55173d0849934e25532b4d81aec8a12ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	admin 127.0.0.1:28289

	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
	}
}