From aa507095a4ae730f002f5cb413ad8b8729f3dfc9 Mon Sep 17 00:00:00 2001 From: mklepp Date: Wed, 9 Dec 2015 17:04:25 +0100 Subject: Update nginx ssl-conf --- doc/install/Production-Debian.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/install/Production-Debian.md') diff --git a/doc/install/Production-Debian.md b/doc/install/Production-Debian.md index e97f3188b..13ff051a3 100644 --- a/doc/install/Production-Debian.md +++ b/doc/install/Production-Debian.md @@ -269,7 +269,8 @@ exit 0 ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES"; ssl_prefer_server_ciphers on; - + ssl_session_cache shared:SSL:10m; + # add to location / above location / { gzip off; -- cgit v1.2.3-1-g7c22