Skip to content

Commit

Permalink
Added allow override in _template to support drupal requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomice committed Aug 23, 2019
1 parent 30903b3 commit fcc434a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions makevhost/_template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
ServerName %DOMAIN%
ErrorLog /var/log/apache2/%DOMAIN%-error_log
CustomLog /var/log/apache2/%DOMAIN%-access_log common

<Directory %DOCROOT%>
AllowOverride All
Require all granted
</Directory>

</VirtualHost>

0 comments on commit fcc434a

Please sign in to comment.