2020-07-12 10:01:57 -05:00
|
|
|
# Configuration for {{ inventory_hostname }} local Apache
|
|
|
|
# vim:ft=apache:
|
|
|
|
|
|
|
|
# Website configuration
|
2020-07-12 10:04:36 -05:00
|
|
|
<VirtualHost *:80>
|
2020-07-12 10:01:57 -05:00
|
|
|
ServerName localhost
|
|
|
|
DocumentRoot "/var/www/localhost"
|
|
|
|
</VirtualHost>
|