Add 'roles/webserver/files/etc/apache2/sites-available/www.amcclure.cf'
This commit is contained in:
parent
84c44ea53a
commit
e71a22744b
|
@ -0,0 +1,11 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerAdmin amcclure@ttm.sh
|
||||||
|
ServerName www.amcclure.cf
|
||||||
|
DocumentRoot /var/www/amcclure
|
||||||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
|
<Directorymatch "^/.*/\.git/">
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</Directorymatch>
|
||||||
|
</VirtualHost>
|
Loading…
Reference in New Issue