diff options
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 82c3df7..ca23f0a 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -9,6 +9,11 @@ load ./clog.so init workers 4 +privsep worker { + runas kore + root /var/chroot/kore +} + # seccomp_tracing no seccomp_tracing yes @@ -28,4 +33,7 @@ domain * { route ^/posts/[a-z0-9\-]+$ { handler post } + + # route /test_json render_posts_json + } |