add increased ssl timeout

This commit is contained in:
AD7six 2014-07-28 14:29:04 +00:00
parent d996d2da0c
commit 398036440b
1 changed files with 3 additions and 0 deletions

View File

@ -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;