commit ef463b49eba049fe6180f3a6979b4cd289a02ee0
parent cffe4afb917a95231fdc53c4af9f4dae77f96a12
Author: Joris Vink <joris@coders.se>
Date: Tue, 10 Sep 2013 14:05:31 +0200
Merge remote-tracking branch 'origin/master'
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git 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