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 20c4036e5f4695e5d996bb0785faaad87743beff
parent 9427ed8a2e7fa568466b6269890f3d68f29d9eb0
Author: Joris Vink <joris@coders.se>
Date:   Sun,  7 Oct 2018 21:08:04 +0200

add bind_unix configuration option to example conf

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

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -11,6 +11,7 @@ # Server configuration. bind 127.0.0.1 443 +#bind_unix /var/run/kore.sock # The worker process root directory. If chrooting was not disabled # at startup the worker processes will chroot into this directory.