kore/examples/pipe_task/conf/pipe_task.conf

18 lines
273 B
Plaintext
Executable File

# Kore pipe_task example
bind 127.0.0.1 8888
load ./pipe_task.so init
tls_dhparam dh2048.pem
websocket_maxframe 65536
websocket_timeout 10000
domain 127.0.0.1 {
certfile cert/server.crt
certkey cert/server.key
static / page
static /connect page_ws_connect
}