summarylogtreecommitdiffstats
path: root/Caddyfile
blob: 9fb43f233f27139105d0bdf4cef878a8dee9c8b2 (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/webapps/concrnt
		file_server
		try_files {path} {path}/ index.html =404
	}
}