Recompile Nginx with additional modules
Recompile Nginx with additional modules
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
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
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.
-
- Posts: 5
- Joined: Mon Sep 14, 2015 7:15 pm
Re: Recompile Nginx with additional modules
Like what?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.
Are there no tutorial on how to do this? I've searched the entire internet..