kore/examples/async-curl/conf/async-curl.conf

17 lines
185 B
Plaintext

# ht configuration
bind 127.0.0.1 8888
workers 1
tls_dhparam dh2048.pem
pledge dns
domain * {
certfile cert/server.pem
certkey cert/key.pem
static / http
static /ftp ftp
}