kore/examples/sse/conf/sse.conf

21 lines
251 B
Plaintext
Raw Normal View History

2015-05-15 19:23:26 +02:00
# Placeholder configuration
server tls {
bind 127.0.0.1 8888
}
2015-05-15 19:23:26 +02:00
load ./sse.so
tls_dhparam dh2048.pem
http_keepalive_time 600
domain * {
attach tls
certfile cert/server.pem
certkey cert/key.pem
2015-05-15 19:23:26 +02:00
route / page
route /subscribe subscribe
2015-05-15 19:23:26 +02:00
}