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 af3e57344bc1ebda9600b65f14905cb6184c8564
parent 920c2ad8b92a33d9851e8fbd749e53e38a82581a
Author: Joris Vink <joris@coders.se>
Date:   Sat, 15 Jun 2013 16:16:51 +0200

comment out non required lines

Diffstat:
example.conf | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/example.conf b/example.conf @@ -2,8 +2,8 @@ # Server configuration. bind 10.211.55.3 443 -certfile /etc/kore/server.crt -certkey /etc/kore/server.key +certfile cert/server.crt +certkey certe/server.key # The path worker processes will chroot too after starting. chroot /home/joris/src/kore @@ -47,5 +47,5 @@ static / serve_index dynamic ^/[a-z0-9_]*$ serve_profile # Another domain that responds to foo.bar. -domain foo.bar -dynamic ^/*$ serve_foobar +#domain foo.bar +#dynamic ^/*$ serve_foobar