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

nohttp.conf (154B)



      1 # nohttp configuration
      2 
      3 server tls {
      4 	bind 127.0.0.1 8888 connection_setup
      5 }
      6 
      7 domain * {
      8 	attach		tls
      9 
     10 	certfile	cert/server.pem
     11 	certkey		cert/key.pem
     12 }