add increased ssl timeout
This commit is contained in:
parent
d996d2da0c
commit
398036440b
|
@ -22,6 +22,9 @@ ssl_session_timeout 10m;
|
|||
# of such infrastructure, consider turning off session tickets:
|
||||
ssl_session_tickets off;
|
||||
|
||||
# Use a higher keepalive timeout to reduce the need for repeated handshakes
|
||||
keepalive_timeout 300; # up from 75 secs default
|
||||
|
||||
# This default SSL certificate will be served whenever the client lacks support for SNI (Server Name Indication).
|
||||
# Make it a symlink to the most important certificate you have, so that users of IE 8 and below on WinXP can see your main site without SSL errors.
|
||||
#ssl_certificate /etc/nginx/default_ssl.crt;
|
||||
|
|
Loading…
Reference in New Issue