diff options
author | Michael McVady <femtonaut@gmail.com> | 2021-08-15 01:59:05 +0000 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2021-08-15 01:59:05 +0000 |
commit | 5398969c4df8af7a59f377d14fa376b058572149 (patch) | |
tree | 509888910d9ec00abf877579244cb7cf7160069e /conf/clog.conf |
Initial commit
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/clog.conf b/conf/clog.conf new file mode 100644 index 0000000..4264beb --- /dev/null +++ b/conf/clog.conf @@ -0,0 +1,16 @@ +# clog configuration + +server tls { + bind 127.0.0.1 8888 +} + +load ./clog.so + +domain * { + attach tls + + certfile cert/server.pem + certkey cert/key.pem + + route / page +} |