kore/examples/cpp/conf/cpp.conf

17 lines
195 B
Plaintext
Raw Normal View History

2015-04-01 13:59:32 +02:00
# Placeholder configuration
server tls {
bind 127.0.0.1 8888
}
2015-04-01 13:59:32 +02:00
load ./cpp.so
tls_dhparam dh2048.pem
2015-04-01 13:59:32 +02:00
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
route / page
2015-04-01 13:59:32 +02:00
}