mirror of
https://github.com/jorisvink/kore
synced 2025-04-04 00:40:04 -04:00
21 lines
214 B
Plaintext
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
|
|
}
|