mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Fixing webmaster address in all server confs
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# However, you must set it for any further virtual host explicitly.
|
||||
#ServerName www.example.com
|
||||
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName thunix.cf
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName thunix.cf
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName thunix.tilde.chat
|
||||
DocumentRoot /var/www/thunix/chat
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost *:443>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName www.thunix.cf
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin amcclure@ttm.sh
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName www.thunix.cf
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
|
||||
Reference in New Issue
Block a user