Initial commit

This commit is contained in:
2013-09-26 03:46:10 -07:00
commit 8fd34d019f
4 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
##
# 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>