# 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 / posts route /posts posts route ^/posts/[a-z0-9\-]+$ post }