kore/examples/cpp/conf/cpp.conf
2019-09-27 20:00:35 +02:00

17 lines
196 B
Plaintext
Executable File

# Placeholder configuration
server tls {
bind 127.0.0.1 8888
}
load ./cpp.so
tls_dhparam dh2048.pem
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
static / page
}