When I add a "host" and "to" values to the "sites" section of php7dev.yaml it creates a configuration file for nginx but not Apache. I'm running the following commands in customize.sh:
sudo service nginx stop
sudo apachectl start
newphp 71
Is there a way to automatically create an Apache site? Or have I missed something in my setup?