summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-01 10:50:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-01 10:50:53 -0300
commitdb8bdab916fe0b082e497f754dc340fd305ae9ae (patch)
treea5d2d1ea5bc22f2f6fc2689d7f73935955ebb07f /templates
parent3b3bae7df049a2009a39cd46c5107e78d4b8bddd (diff)
downloadpuppet-nginx-db8bdab916fe0b082e497f754dc340fd305ae9ae.tar.gz
puppet-nginx-db8bdab916fe0b082e497f754dc340fd305ae9ae.tar.bz2
Setting ssl_session_cache
Diffstat (limited to 'templates')
-rw-r--r--templates/nginx.conf.erb2
1 files changed, 2 insertions, 0 deletions
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 {