From 9650a7654ad72fd1576a942b2dfb5426f6e3371d Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 10 Sep 2013 11:17:40 +0200 Subject: [PATCH] remove test settings --- modules/example/module.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/example/module.conf b/modules/example/module.conf index a62269d..5a3cf4c 100644 --- a/modules/example/module.conf +++ b/modules/example/module.conf @@ -1,9 +1,8 @@ # Example Kore configuration # Server configuration. -#bind 127.0.0.1 443 -#bind ::1 443 -bind 10.11.1.174 443 +bind 127.0.0.1 443 +bind ::1 443 # The path worker processes will chroot too after starting. chroot /home/joris/src/kore @@ -69,8 +68,7 @@ load modules/example/example.module # handler path module_callback # Example domain that responds to localhost. -#domain localhost { -domain 10.11.1.174 { +domain localhost { certfile cert/server.crt certkey cert/server.key accesslog /var/log/kore_access.log