Add ssl_dhparam

This commit is contained in:
Joris Vink 2013-08-07 16:55:13 +02:00
parent 04ee544982
commit 429768ba37
1 changed files with 4 additions and 0 deletions

View File

@ -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