ansible/roles/webserver/files/etc/apache2/sites-available/amcclure.cf.conf

12 lines
345 B
Plaintext

<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerName 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>