diff --git a/h5bp/directive-only/spdy.conf b/h5bp/directive-only/spdy.conf index 71c9a06..002a52e 100644 --- a/h5bp/directive-only/spdy.conf +++ b/h5bp/directive-only/spdy.conf @@ -5,7 +5,7 @@ add_header Alternate-Protocol 443:npn-spdy/3; # Adjust connection keepalive for SPDY clients: -spdy_keepalive_timeout 300; # up from 180 secs default +spdy_keepalive_timeout 300s; # up from 180 secs default # enable SPDY header compression spdy_headers_comp 6; diff --git a/h5bp/directive-only/ssl.conf b/h5bp/directive-only/ssl.conf index adddf99..21d10e6 100644 --- a/h5bp/directive-only/ssl.conf +++ b/h5bp/directive-only/ssl.conf @@ -28,7 +28,7 @@ ssl_session_timeout 24h; #ssl_session_tickets off; # Use a higher keepalive timeout to reduce the need for repeated handshakes -keepalive_timeout 300; # up from 75 secs default +keepalive_timeout 300s; # up from 75 secs default # HSTS (HTTP Strict Transport Security) # This header tells browsers to cache the certificate for a year and to connect exclusively via HTTPS.