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

13 lines
371 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName rpm.thunix.net
ServerAlias rpm.thunixme5v4rnoby.onion
DocumentRoot /var/www/rpm.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>