diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-01 10:50:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-01 10:50:53 -0300 |
commit | db8bdab916fe0b082e497f754dc340fd305ae9ae (patch) | |
tree | a5d2d1ea5bc22f2f6fc2689d7f73935955ebb07f /templates | |
parent | 3b3bae7df049a2009a39cd46c5107e78d4b8bddd (diff) | |
download | puppet-nginx-db8bdab916fe0b082e497f754dc340fd305ae9ae.tar.gz puppet-nginx-db8bdab916fe0b082e497f754dc340fd305ae9ae.tar.bz2 |
Setting ssl_session_cache
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nginx.conf.erb | 2 |
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 { |