From 77624ae7c9f9abcd4e606811580abbd855e7da26 Mon Sep 17 00:00:00 2001 From: Israel Borges Date: Thu, 19 Mar 2015 12:25:06 -0300 Subject: [PATCH] Update vhost_ssl_header.erb --- templates/vhost/vhost_ssl_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vhost/vhost_ssl_header.erb b/templates/vhost/vhost_ssl_header.erb index 3fb58fa..f4bd58a 100644 --- a/templates/vhost/vhost_ssl_header.erb +++ b/templates/vhost/vhost_ssl_header.erb @@ -17,5 +17,5 @@ server { ssl_session_timeout 5m; ssl_protocols SSLv3 TLSv1; - ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; + ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:!EXP; ssl_prefer_server_ciphers on;