From: Silvio Rhatto Date: Mon, 1 Jul 2013 13:50:53 +0000 (-0300) Subject: Setting ssl_session_cache X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=db8bdab916fe0b082e497f754dc340fd305ae9ae;p=puppet-nginx.git Setting ssl_session_cache --- diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index aa35874..e953095 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -29,6 +29,8 @@ http { include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; + + ssl_session_cache shared:SSL:10m; } # mail {