kore/examples/messaging/conf/messaging.conf

19 lines
249 B
Plaintext

# Placeholder configuration
server tls {
bind 127.0.0.1 8888
}
load ./messaging.so init
tls_dhparam dh2048.pem
workers 4
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
route / page
route /shutdown page_shutdown
}