spdy with nginx
這是一個加強版的協定,一開始由 Google 提出 https://zh.wikipedia.org/wiki/SPDY
用 Apache 的朋友可以參考 https://code.google.com/p/mod-spdy/
以下筆記,是以 Debian 用 nginx 官方的 deb 套件由為底的紀錄
nginx 官方的套件 http://wiki.nginx.org/Install
Debian 用 wheezy, source.list 可以加
deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx
再來就是您的 nginx site 的設定了,下面是要加的部份,
也只有 listen 443 ssl spdy 那一行
server {
listen 443 ssl spdy;
#listen 443;
server_name yourcoolhostname;
…
…
…
}
最後可以開 chrome 瀏覽器檢查連到網站的有沒有 SPDY 的連結
在瀏覽器的網址列打 chrome://net-internals/#spdy 就可以看到了
或是可以用 http://spdycheck.org/ 來檢查
目前 nginx 的 spdy 模組,只支援 spdy/2