Change note / add missing header

This commit is contained in:
Chris McKee 2014-10-28 21:22:27 +00:00
parent 8ec8a82113
commit a4b121a2e7
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Nginx's spdy module is currently experimental
# Nginx's spdy module is compiled by default from 1.6
# SPDY only works on HTTPS connections
# Inform browser of SPDY availability
add_header Alternate-Protocol 443:npn-spdy/3;
# Adjust connection keepalive for SPDY clients:
spdy_keepalive_timeout 300; # up from 180 secs default