aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/clog.conf')
-rw-r--r--conf/clog.conf16
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
+}