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 150bb8822f28c8a98022d70a64b3dcc5f3d05da3
parent 9ef669ff6fa8842de25815f8f8e4e779d564aef8
Author: Joris Vink <joris@coders.se>
Date:   Tue,  4 Jun 2013 16:53:54 +0200

add pidfile to example configuration

Diffstat:
example.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/example.conf b/example.conf @@ -5,6 +5,7 @@ bind 10.211.55.3 443 chroot /home/joris/src/kore runas joris workers 10 +#pidfile /var/run/kore.pid # Load our site module now (containing all the goodies). # onload myinit