Rectifying the conf files

This commit is contained in:
root 2019-01-04 17:19:17 +00:00
parent 76dee272e1
commit 045ebfb1d7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin amcclure@ttm.sh ServerAdmin amcclure@ttm.sh
ServerName thunix.cf ServerName thunix.cf
DocumentRoot /var/www/thunix/redirect 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
SSLCertificateFile /etc/letsencrypt/live/thunix.cf/fullchain.pem SSLCertificateFile /etc/letsencrypt/live/thunix.cf/fullchain.pem

View File

@ -2,7 +2,7 @@
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin amcclure@ttm.sh ServerAdmin amcclure@ttm.sh
ServerName www.thunix.cf ServerName www.thunix.cf
DocumentRoot /var/www/thunix/www 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
SSLCertificateFile /etc/letsencrypt/live/www.thunix.cf/fullchain.pem SSLCertificateFile /etc/letsencrypt/live/www.thunix.cf/fullchain.pem