It's annoying that they took SPDY support out of Community and put it into Plus. Want updates? Too bad, you gotta recompile.
Citation? I just installed nginx 1.7 on Ubunutu using a PPA and nginx -V says "--with-http_spdy_module".
Just tried it with Nginx 1.7.11 from release and then mainline Nginx 1.7.12 and on both I got nginx -V to output --with-http_spdy_module
But when I put in "pagespeed on (and the rest of the settings) into http { in /etc/nginx/nginx.conf
I get in /var/log/nginx/error.log: unknown directive "pagespeed" in /etc/nginx/nginx.conf:56
How is this possible?
Edit: I finally figured it out... the Nginx configuration on https://developers.google.com/speed/pagespeed/module/configu... it out of date. It's much simpler to setup spdy now. Simply add "spdy" to the nginx server config like this: listen 127.0.0.1:8082 spdy;