# clog configuration server notls { bind 0.0.0.0 8888 tls no } load ./clog.so init workers 4 # seccomp_tracing no seccomp_tracing yes domain * { attach notls filemap /static/ assets/static route / { handler posts } route /posts { handler posts } route ^/posts/[a-z0-9\-]+$ { handler post } }