Add 'roles/webserver/files/etc/apache2/sites-available/you.wer.ee.conf'
This commit is contained in:
parent
fcdaa6dd35
commit
8d605e0ead
|
@ -0,0 +1,11 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerAdmin amcclure@ttm.sh
|
||||||
|
ServerName you.wer.ee
|
||||||
|
DocumentRoot /var/www/you.wer.ee
|
||||||
|
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