enable SPDY by installing nginx 1.6 from the nginx PPA

This commit is contained in:
Joshua Tauberer
2014-11-19 00:55:58 +00:00
parent 3133dcd5a3
commit b5e21daa98
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ keepalive_timeout 70;
# Buffer size of 1400 bytes fits in one MTU.
# nginx 1.5.9+ ONLY
#ssl_buffer_size 1400;
ssl_buffer_size 1400;
# SPDY header compression (0 for none, 9 for slow/heavy compression). Preferred is 6.
#
+1 -1
View File
@@ -12,7 +12,7 @@ server {
# The secure HTTPS server.
server {
listen 443 ssl;
listen 443 ssl spdy;
server_name $HOSTNAME;