diff --git a/makevhost/_template b/makevhost/_template index 03468b0..58a31ae 100644 --- a/makevhost/_template +++ b/makevhost/_template @@ -4,4 +4,10 @@ ServerName %DOMAIN% ErrorLog /var/log/apache2/%DOMAIN%-error_log CustomLog /var/log/apache2/%DOMAIN%-access_log common + + + AllowOverride All + Require all granted + +