summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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 {