aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2021-11-15 22:02:53 -0500
committerMichael McVady <femtonaut@gmail.com>2021-11-15 22:02:53 -0500
commitba99adb890ac823ec5505861071f03ebcb889ac1 (patch)
tree0cd074310e38390eb725d1de463e4278ac512d37 /conf/clog.conf
parent40441e01b6e73a0a1d7f06377b3607f151aed65b (diff)
Disable seccomp/add seccomp tracing
Diffstat (limited to 'conf/clog.conf')
-rw-r--r--conf/clog.conf13
1 files changed, 11 insertions, 2 deletions
diff --git a/conf/clog.conf b/conf/clog.conf
index bc54fa9..126c3e1 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -8,6 +8,10 @@ load ./clog.so init
tls_dhparam dh2048.pem
+workers 1
+
+seccomp_tracing yes
+
domain * {
# attach notls
attach tls
@@ -15,6 +19,11 @@ domain * {
certfile cert/server.pem
certkey cert/key.pem
- route / page
- route /posts page
+ route / {
+ handler page
+ }
+
+ route /posts {
+ handler page
+ }
}