mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Change name of session cache in order to minimize risk of conflict
This commit is contained in:
parent
578db8b840
commit
067e511702
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ssl_session_cache shared:SSL:1m;
|
||||
ssl_session_cache shared:le_nginx_SSL:1m;
|
||||
ssl_session_timeout 1440m;
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue