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 a160a9e7ff324b767ea54793d0a56212362a4ae8
parent 9cfcd9a4be6e17c24f606440fbd2c224aac892e8
Author: Joris Vink <joris@coders.se>
Date:   Wed,  7 Apr 2021 14:51:11 +0200

Use the correct directive for unix binds.

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

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -12,7 +12,7 @@ # Server configuration. server tls { bind 127.0.0.1 443 - #bind_unix /var/run/kore.sock + #unix /var/run/kore.sock } #server notls {