ansible/roles/desktop/templates/apache2-vhost.conf

9 lines
199 B
Plaintext
Raw Normal View History

# Configuration for {{ inventory_hostname }} local Apache
# vim:ft=apache:
# Website configuration
2020-07-12 10:02:18 -05:00
<VirtualHost 127.0.0.*:80>
ServerName localhost
DocumentRoot "/var/www/localhost"
</VirtualHost>