Comments on: How to build nginx with Pagespeed module https://www.rosehosting.com/blog/how-to-build-nginx-with-pagespeed-module/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:43:41 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-build-nginx-with-pagespeed-module/#comment-44773 Sat, 11 Jun 2016 17:53:20 +0000 https://www.rosehosting.com/blog/?p=18845#comment-44773 The directory structure is the same as at the stable version , first you need to add the nginx development (v1.11.1) ppa

sudo add-apt-repository -y ppa:nginx/development

and then

apt-get update 
cd /usr/local/src && apt-get source nginx
]]>
By: hello-zero https://www.rosehosting.com/blog/how-to-build-nginx-with-pagespeed-module/#comment-44772 Sat, 11 Jun 2016 16:26:23 +0000 https://www.rosehosting.com/blog/?p=18845#comment-44772 I’m trying to do this for naxsi and pagespeed on “mainline” v 1.11.1 but the source file is different, for example there’s no modules directory and there’s no “full” section in rules, and it won’t build. Any ideas?

]]>