aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
blob: c22fc738828bddcbaf4fe8d5258c384449e4633e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# clog configuration

server notls {
	bind 0.0.0.0 8888
	tls no
}

load ./clog.so init

workers 4

seccomp_tracing no

domain * {
	attach notls

	filemap /static/ assets/static

	route / posts
	route /posts posts
	route ^/posts/[a-z0-9\-]+$ post
}