# clog configuration server notls { bind 127.0.0.1 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 }