mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
15 lines
191 B
Plaintext
15 lines
191 B
Plaintext
# Placeholder configuration
|
|
|
|
bind 127.0.0.1 8888
|
|
load ./jsonrpc.so
|
|
|
|
tls_dhparam dh2048.pem
|
|
|
|
domain * {
|
|
certfile cert/server.pem
|
|
certkey cert/key.pem
|
|
|
|
static / homepage
|
|
static /v1 v1
|
|
}
|