diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/clog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 8a6cf81..2415e5b 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -27,7 +27,7 @@ domain * { filemap /static/ assets/static route / posts - route ^/posts/[a-z1-9\-]+$ post + route ^/posts/[a-z0-9\-]+$ post route /posts posts } |