content directory is /var/www/thunix.cf

This commit is contained in:
Anton McClure 2019-05-25 11:29:59 -04:00
parent d15505050d
commit 9d5827edd3
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
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/">