mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
- New kodev tool generates config with server.pem/key.pem. - Use proper formats for kore_log(). - Update to new websocket api.
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
# Placeholder configuration
|
|
|
|
bind 127.0.0.1 8888
|
|
load ./messaging.so init
|
|
tls_dhparam dh2048.pem
|
|
workers 4
|
|
|
|
domain 127.0.0.1 {
|
|
certfile cert/server.pem
|
|
certkey cert/key.pem
|
|
static / page
|
|
static /shutdown page_shutdown
|
|
}
|