Page 1 of 1

nginx + Apache + php-fpm?

Posted: Thu May 11, 2017 9:31 am
by youradds
Hi,

Can you build the servers using:

Code: Select all

 --nginx yes --apache yes --phpfpm yes
There only seems to be the option for:

nginx + apache
nginx + php-fpm

....is there any reason we don't have the option to install all of them? I'm currently using the php-fpm + nginx setup, and then installing Apache myself. Thats a bit of a PITA, as it means I have to manually create the .conf files and then enable the site with a2ensite. I'd love it if I could use all 3 of them at the same time :)

Cheers

Andy