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

View File

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