roles/nginx: use one day for nginx ssl_session_timeout
This is a new default since I last looked at the Mozilla server-side SSL configurator.
This commit is contained in:
parent
0afb8a4493
commit
99866c0c90
@ -7,8 +7,8 @@ nginx_confd_path: /etc/nginx/conf.d
|
||||
# parent directory of vhost roots
|
||||
nginx_root_prefix: "{{ web_root_prefix }}"
|
||||
|
||||
# 1 hour timeout
|
||||
nginx_ssl_session_timeout: 1h
|
||||
# 1 day timeout
|
||||
nginx_ssl_session_timeout: 1d
|
||||
# 10MB -> 40,000 sessions
|
||||
nginx_ssl_session_cache: shared:SSL:10m
|
||||
nginx_ssl_buffer_size: 4k
|
||||
|
Loading…
x
Reference in New Issue
Block a user