1
0
mirror of https://github.com/jorisvink/kore synced 2025-04-04 00:40:04 -04:00
2019-09-27 20:00:35 +02:00

21 lines
214 B
Plaintext

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