# this is meant for proxied stuff only, hence the lack of ssl # Change this to the domain which points to your host. ServerName {{ item.external_name }} ServerAlias {{ item.name }} DocumentRoot {{ item.document_root }} ErrorLog "/var/log/httpd/{{ item.name }}.error_log" CustomLog "/var/log/httpd/{{ item.name }}.access_log" common Options Indexes FollowSymLinks Require all granted Options +Indexes DirectoryIndex default.html DirectoryIndex index.html