diff options
| author | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
|---|---|---|
| committer | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
| commit | 91723dca0ee9bf68b0147dcf233274cd93f911c8 (patch) | |
| tree | 9821689c75986b52d56ef59cfab719d2c787fa28 /conf | |
| parent | bbf79174149cf9dde3e08c42d01ba752c6589afe (diff) | |
Render something on errors
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/clog.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index c22fc73..a45a039 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -9,7 +9,8 @@ load ./clog.so init workers 4 -seccomp_tracing no +# seccomp_tracing no +seccomp_tracing yes domain * { attach notls |
