fixed staticadventures.netlib.re ssl

This commit is contained in:
Anton McClure 2019-03-30 11:55:17 -04:00
parent 6ca7186a72
commit 1d71f02a07
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,5 +1,5 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin webmaster@thunix.net ServerAdmin staticadventures@riseup.net
ServerName staticadventures.netlib.re ServerName staticadventures.netlib.re
DocumentRoot /var/www/staticadventures.netlib.re DocumentRoot /var/www/staticadventures.netlib.re
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
@ -12,7 +12,7 @@
<IfModule mod_ssl.c> <IfModule mod_ssl.c>
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin webmaster@thunix.net ServerAdmin staticadventures@riseup.net
ServerName staticadventures.netlib.re ServerName staticadventures.netlib.re
DocumentRoot /var/www/staticadventures.netlib.re DocumentRoot /var/www/staticadventures.netlib.re
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log