ansible/roles/webserver/files/etc/apache2/sites-available/deb.thunix.net.conf

13 lines
368 B
Plaintext
Raw Normal View History

2019-04-29 22:24:11 +00:00
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName deb.thunix.net
2019-05-24 12:42:41 +00:00
ServerAlias deb.thunixme5v4rnoby.onion
2019-04-29 22:24:11 +00:00
DocumentRoot /var/www/deb.thunix.net
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
</VirtualHost>