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 429768ba377caf853f25c97c6938fea431c59922
parent 04ee5449823a0c326d8a6f91b8b3ccdf97ed0870
Author: Joris Vink <joris@coders.se>
Date:   Wed,  7 Aug 2013 16:55:13 +0200

Add ssl_dhparam

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

diff --git a/modules/example/module.conf b/modules/example/module.conf @@ -30,6 +30,10 @@ load modules/example/example.module # Specify the SSL ciphers that will be used. #ssl_cipher HIGH:!aNULL:!MD5; +# If you wish to use ephemeral key exchanges specify a file containing +# a generated DH key (See OpenSSL dhparam). +#ssl_dhparam dh2048.pem + # Specify the amount of seconds a SPDY connection is kept open. # You can keep it open indefinately by setting this to 0. #spdy_idle_time 120