Hmgn don't change the value for the session cache size otherwise that break test for restore from old version for stupid reasons -.-

This commit is contained in:
Alexandre Aubin 2020-04-08 21:33:34 +02:00
parent 71cc4fde97
commit c06fe42078

View file

@ -1,5 +1,5 @@
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m; # about 40000 sessions
ssl_session_cache shared:SSL:50m; # about 200000 sessions
ssl_session_tickets off;
# nginx 1.10 in stretch doesn't support TLS1.3 and Mozilla doesn't have any