Fixing webmaster address in all server confs

This commit is contained in:
Ubergeek
2019-02-16 00:19:56 +00:00
parent 7edcff4df4
commit 50c0b5cecd
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerAdmin webmaster@thunix.net
ServerName ftp.thunix.cf
DocumentRoot /var/www/ftp.thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
@@ -12,7 +12,7 @@
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin amcclure@ttm.sh
ServerAdmin webmaster@thunix.net
ServerName ftp.thunix.cf
DocumentRoot /var/www/ftp.thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log