今天在v2ex撸了个25元的SSL,配置了下,发现速度有点慢,AMH5默认居然不支持SPDY,自己开启了下,速度一下就起来了,方法如下: wget -c http://nginx.org/download/nginx-1.6.0.tar.gz tar zxvf nginx-1.6.0.tar.gz cd nginx-1.6.0/ ./configure --prefix=/usr/local/nginx-1.6.0 --user=www --group=www --with-http_ssl_module --wi…