Files
fedora-infra_ansible/files/httpd/newvirtualhost.conf.j2

6 lines
153 B
Django/Jinja

<VirtualHost *:80>
# Change this to the domain which points to your host.
ServerName {{ item.name }}
Options Indexes FollowSymLinks
</VirtualHost>