allebb / conductor

Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5 stars 1 forks source link

Script fails on VMs that have apache2 installed as default #17

Open fshubthunfischbaum opened 2 months ago

fshubthunfischbaum commented 2 months ago

Near the end of the script, nginx fails to succesfully restart. As a consequence, the script ends. This is due to Apache2 running on some Distros as default (if selected during the installer). Nginx fails to bind to the port. Maybe something to include in the docs as an fyi.