kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 7a58d4555cf3a853d8d96dcd8e2f6825a4bd67ba
parent afeb213260afbdc56b2a46df12b92a9c71db6f2c
Author: Joris Vink <joris@coders.se>
Date:   Mon, 18 Nov 2013 00:44:46 +0100

bring back original settings here

Diffstat:
modules/example/module.conf | 8+++-----
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.211.55.3 4443 +bind 127.0.0.1 443 +bind ::1 443 # The path worker processes will chroot into after starting. chroot /home/joris/src/kore @@ -93,8 +92,7 @@ ssl_no_compression # handler path module_callback # Example domain that responds to localhost. -#domain localhost { -domain 10.211.55.3 { +domain localhost { certfile cert/server.crt certkey cert/server.key accesslog kore_access.log