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 7287b146ce596932ace03e5a7233843dd33d8e58
parent 7a58d4555cf3a853d8d96dcd8e2f6825a4bd67ba
Author: Joris Vink <joris@coders.se>
Date:   Mon, 18 Nov 2013 00:48:33 +0100

reset back to normal

Diffstat:
modules/example/module.conf | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/example/module.conf b/modules/example/module.conf @@ -20,7 +20,6 @@ workers 4 # Store the main process its pid in this file. #pidfile /var/run/kore.pid -pidfile kore.pid # The onload function is called everytime the module is loaded or reloaded. #onload myinit @@ -95,7 +94,7 @@ ssl_no_compression domain localhost { certfile cert/server.crt certkey cert/server.key - accesslog kore_access.log + accesslog /var/log/kore_access.log # Static page handlers static /css/style.css serve_style_css