mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
# Example Kore configuration
|
|
|
|
# Server configuration.
|
|
bind 10.211.55.3 443
|
|
|
|
# Load our site module now (containing all the goodies).
|
|
load example/example.module
|
|
|
|
# Declare page handlers below.
|
|
# handler path module_callback
|
|
static /css/style.css betrippin_serve_style_css
|
|
static / betrippin_serve_index
|