Forgot to add the two site confs

This commit is contained in:
Ubergeek 2019-04-29 22:24:11 +00:00
parent 7a39959b94
commit 364813dbba
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName deb.thunix.net
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>

View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName rpm.thunix.net
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>