From 067e51170296fae8f908f60e357d99cbe62a09bc Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Fri, 22 Jan 2016 12:12:29 -0500 Subject: [PATCH] Change name of session cache in order to minimize risk of conflict --- letsencrypt-nginx/letsencrypt_nginx/options-ssl-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-nginx/letsencrypt_nginx/options-ssl-nginx.conf b/letsencrypt-nginx/letsencrypt_nginx/options-ssl-nginx.conf index f0081c1fc..3faab8818 100644 --- a/letsencrypt-nginx/letsencrypt_nginx/options-ssl-nginx.conf +++ b/letsencrypt-nginx/letsencrypt_nginx/options-ssl-nginx.conf @@ -1,4 +1,4 @@ -ssl_session_cache shared:SSL:1m; +ssl_session_cache shared:le_nginx_SSL:1m; ssl_session_timeout 1440m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2;