mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
parent
71cc4fde97
commit
c06fe42078
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
ssl_session_timeout 1d;
|
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;
|
ssl_session_tickets off;
|
||||||
|
|
||||||
# nginx 1.10 in stretch doesn't support TLS1.3 and Mozilla doesn't have any
|
# nginx 1.10 in stretch doesn't support TLS1.3 and Mozilla doesn't have any
|
||||||
|
|
Loading…
Add table
Reference in a new issue