ansible-playbooks/templates/etc-apache2-sites-available-username.j2

9 lines
239 B
Plaintext
Raw Normal View History

2013-09-26 10:46:10 +00:00
##
# Ansible provided setup. See https://github.com/fourkitchens/server-playbooks.
##
<VirtualHost *:80>
ServerAdmin {{ apache_server_admin }}
ServerName {{ domain_name }}
DocumentRoot /home/{{ username }}/public_html
</VirtualHost>