content directory is /var/www/thunix.cf

This commit is contained in:
Anton McClure 2019-05-25 11:29:59 -04:00 committed by fosslinux
parent 3e1af32985
commit e682205e68
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName www.thunix.net
DocumentRoot /var/www/thunix.net
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">
@ -13,7 +13,7 @@
<VirtualHost *:443>
ServerAdmin webmaster@thunix.net
ServerName www.thunix.net
DocumentRoot /var/www/thunix.net
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directorymatch "^/.*/\.git/">