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 7828bd0cfccb65c4eaa7426c123e90edc006147f
parent b4a0330a96ec1790590e1d2a50c786d7da652509
Author: Joris Vink <joris@coders.se>
Date:   Thu, 27 Jun 2013 08:46:01 +0200

add ssl_cipher

Diffstat:
modules/example/module.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/example/module.conf b/modules/example/module.conf @@ -26,6 +26,9 @@ workers 4 # Specifies what module to be loaded. load modules/example/example.module +# Specify the SSL ciphers that will be used. +#ssl_cipher HIGH:!aNULL:!MD5; + # Domain configuration # # Each domain configuration starts with listing what domain