ServerName {{ apache_site_name }}
ServerAlias www.{{ apache_site_name }}
DocumentRoot {{ apache_documentroot }}/
CustomLog /var/log/httpd/{{ apache_site_name }}_access.log combined
ErrorLog /var/log/httpd/{{ apache_site_name }}_error.log
Options none
Allowoverride none
Require all denied
Require all granted