From af3e57344bc1ebda9600b65f14905cb6184c8564 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 15 Jun 2013 16:16:51 +0200 Subject: [PATCH] comment out non required lines --- example.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.conf b/example.conf index ccd30b3..13c20c6 100644 --- a/example.conf +++ b/example.conf @@ -2,8 +2,8 @@ # Server configuration. bind 10.211.55.3 443 -certfile /etc/kore/server.crt -certkey /etc/kore/server.key +certfile cert/server.crt +certkey certe/server.key # The path worker processes will chroot too after starting. chroot /home/joris/src/kore @@ -47,5 +47,5 @@ static / serve_index dynamic ^/[a-z0-9_]*$ serve_profile # Another domain that responds to foo.bar. -domain foo.bar -dynamic ^/*$ serve_foobar +#domain foo.bar +#dynamic ^/*$ serve_foobar