kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 1ed96b12a97247dfb8611a2271cf9baa65c5b625
parent d02f9e549f05ecf677c95ead75271ef44826e80d
Author: Joris Vink <joris@coders.se>
Date:   Wed,  2 Dec 2015 21:53:42 +0100

correct certificate path in example

Diffstat:
examples/tls-proxy/conf/tls-proxy.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/tls-proxy/conf/tls-proxy.conf b/examples/tls-proxy/conf/tls-proxy.conf @@ -14,6 +14,6 @@ bind 127.0.0.1 8888 proxy_setup # Setup domain for TLS usage. domain 127.0.0.1 { - certfile cert/server.pem + certfile cert/server.crt certkey cert/server.key }