Page 1 of 1
Recompile Nginx with additional modules
Posted: Tue Oct 28, 2014 12:14 pm
by italo
Hello,
i need to install some nginx modules to optimize my magento installation, i've tried to recompile nginx with pagespeed module from source with success but vesta was broken.
Someone already installed nginx+pagespeed on vesta with success?
Thanks
Re: Recompile Nginx with additional modules
Posted: Wed Oct 29, 2014 7:42 am
by Milka
Magento works great on a default Vesta install, imho the webshop would have to generate some very serious traffic before I'd consider using pagespeed.. But hey whatever floats your boat. When you follow the instructions on the pagespeed site, all the files end up in /usr/local/nginx/ and the config files are in /usr/local/nginx/conf/. Thats not Vesta's nginx path. If you want to install it to the location that Vesta's nginx is normally installed to you can add a number of extra arguments to ./configure. That might help.
Re: Recompile Nginx with additional modules
Posted: Mon Sep 14, 2015 10:39 pm
by OctolusNGU
Milka wrote:Magento works great on a default Vesta install, imho the webshop would have to generate some very serious traffic before I'd consider using pagespeed.. But hey whatever floats your boat. When you follow the instructions on the pagespeed site, all the files end up in /usr/local/nginx/ and the config files are in /usr/local/nginx/conf/. Thats not Vesta's nginx path. If you want to install it to the location that Vesta's nginx is normally installed to you can add a number of extra arguments to ./configure. That might help.
Like what?
Are there no tutorial on how to do this? I've searched the entire internet..