mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-24 21:00:18 +00:00
Fixing webmaster address in all server confs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user