Reduce ssl session cache

pull/1/head
Georg Krause 2021-03-25 15:33:59 +01:00
parent 51c515cf97
commit a67f1f3917
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ server {
ssl_certificate {{ certs_dir }}/{{ node_exporter_cert }}/fullchain;
ssl_certificate_key {{ certs_dir }}/{{ node_exporter_cert }}/key;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:50m;
ssl_session_cache shared:SSL:10m;
ssl_session_tickets off;
access_log off;