kore/examples/headers/conf/headers.conf

18 lines
201 B
Plaintext
Raw Normal View History

2014-08-04 20:06:59 +02:00
# Placeholder configuration
listen tls {
bind 127.0.0.1 8888
}
2014-08-04 20:06:59 +02:00
load ./headers.so
tls_dhparam dh2048.pem
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
2014-08-04 20:06:59 +02:00
static / page
}