kore/example.conf

18 lines
386 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 /tmp
runas joris
workers 10
2013-05-01 16:03:48 +02:00
# Load our site module now (containing all the goodies).
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