From db4297ccf4046b8cd13ead0fe811b8777db07cf9 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 8 Sep 2019 20:15:54 +0000 Subject: [PATCH] Adding thunix.tilde to server confs --- .../webserver/files/etc/apache2/sites-available/thunix.net.conf | 2 +- .../files/etc/apache2/sites-available/wiki.thunix.net.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf index 5d5fc11..bc717c3 100644 --- a/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/thunix.net.conf @@ -1,7 +1,7 @@ ServerAdmin webmaster@thunix.net ServerName thunix.net - ServerAlias thunixme5v4rnoby.onion tilde.thunix + ServerAlias thunixme5v4rnoby.onion thunix.tilde DocumentRoot /var/www/thunix.cf ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined diff --git a/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf index 3e5ff60..893aeac 100644 --- a/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf @@ -1,6 +1,6 @@ ServerAdmin webmaster@thunix.net - ServerName wiki.thunix.net + ServerName wiki.thunix.net wiki.thunix.tilde DocumentRoot /var/www/wiki.thunix.net ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined