kore/example.conf

20 lines
445 B
Plaintext
Raw Normal View History

2013-05-01 16:03:48 +02:00
# Example Kore configuration
# Server configuration.
bind 10.211.55.3 443
chroot /home/joris/src/kore
runas joris
workers 10
2013-06-04 16:53:54 +02:00
#pidfile /var/run/kore.pid
2013-05-01 16:03:48 +02:00
# Load our site module now (containing all the goodies).
2013-05-30 21:27:13 +02:00
# onload myinit
load example/example.module
2013-05-01 16:03:48 +02:00
# Declare page handlers below.
# handler path module_callback
domain 10.211.55.3
static /css/style.css serve_style_css
static / serve_index
dynamic ^/[a-z0-9_]*$ serve_profile