ansible/roles/desktop-common/templates/apache2-vhost.conf
2020-08-08 20:37:28 -05:00

9 lines
191 B
ApacheConf

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