Initial commit
This commit is contained in:
8
templates/etc-apache2-sites-available-username.j2
Normal file
8
templates/etc-apache2-sites-available-username.j2
Normal 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>
|
||||
Reference in New Issue
Block a user