php7dev
php7dev copied to clipboard
Does the 'sites' option in php7dev.yaml work for Apache too?
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?
Looking further in the code, it's clear that only nginx sites are handled anywhere. I guess that makes this a feature request.