diff --git a/src/Provision/Service/Http/HttpApacheService.php b/src/Provision/Service/Http/HttpApacheService.php index bb33b264..6a633b40 100644 --- a/src/Provision/Service/Http/HttpApacheService.php +++ b/src/Provision/Service/Http/HttpApacheService.php @@ -95,6 +95,7 @@ public function getApacheConfPath() { $options[] = '/private/etc/apache2/other'; $options[] = '/etc/apache/conf.d'; $options[] = '/etc/apache2/conf.d'; + $options[] = '/etc/apache2/conf-enabled'; $options[] = '/etc/httpd/conf.d'; foreach ($options as $test) {