mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
6 lines
153 B
Django/Jinja
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>
|