9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
|
# Configuration for {{ inventory_hostname }} local Apache
|
||
|
# vim:ft=apache:
|
||
|
|
||
|
# Website configuration
|
||
|
<VirtualHost *:80>
|
||
|
ServerName localhost
|
||
|
DocumentRoot "/var/www/localhost"
|
||
|
</VirtualHost>
|