diff options
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index d32865b..953af9f 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -5,8 +5,6 @@ server notls { tls no } -# load ./clog.so init - workers 4 privsep worker { @@ -33,4 +31,9 @@ domain * { route ^/posts/[a-z0-9\-]+$ { handler post } + + route ^/.*$ { + handler redirect + } + } |