mirror of
https://github.com/jorisvink/kore
synced 2025-04-13 21:10:03 -04:00
17 lines
196 B
Plaintext
Executable File
17 lines
196 B
Plaintext
Executable File
# Placeholder configuration
|
|
|
|
server tls {
|
|
bind 127.0.0.1 8888
|
|
}
|
|
|
|
load ./cpp.so
|
|
tls_dhparam dh2048.pem
|
|
|
|
domain * {
|
|
attach tls
|
|
|
|
certfile cert/server.pem
|
|
certkey cert/key.pem
|
|
static / page
|
|
}
|