CustomLog /var/log/apache2/<%= @name %>-access.log combined
ErrorLog /var/log/apache2/<%= @name %>-error.log
- DocumentRoot <%= @directory %>/html
+ DocumentRoot <%= @directory %>
Options -Indexes
</VirtualHost>
-<Directory <%= @directory %>/html>
+<Directory <%= @directory %>>
Require all granted
<FilesMatch ".+\.ph(ar|p|tml)$">