Adding .tilde to webservers

This commit is contained in:
Ubergeek 2019-09-05 23:05:06 +00:00
parent 62daa7d47c
commit 5e9ef1ff22
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName thunix.net
ServerAlias thunixme5v4rnoby.onion
ServerAlias thunixme5v4rnoby.onion tilde.thunix
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

View File

@ -1,6 +1,6 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName thunix.tilde.chat
ServerName thunix.tilde.chat thunix.tilde
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined

View File

@ -1,6 +1,6 @@
<VirtualHost *:80>
ServerAdmin webmaster@thunix.net
ServerName www.thunix.net
ServerName www.thunix.net thunix.tilde
DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined