aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/clog.conf')
-rw-r--r--conf/clog.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/conf/clog.conf b/conf/clog.conf
index 126c3e1..6171c55 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -19,11 +19,7 @@ domain * {
certfile cert/server.pem
certkey cert/key.pem
- route / {
- handler page
- }
+ route / page
- route /posts {
- handler page
- }
+ route /posts page
}