From 76fb64db543ccd85f7740efcd2ce27354eb8da1b Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 16 Dec 2020 11:56:41 +0100 Subject: [PATCH] Remove ServerAlias to avoid duplicate content --- .../files/etc/apache2/sites-available/mightywcms.thunix.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf b/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf index 7578ba2..8d7f26c 100644 --- a/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf +++ b/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf @@ -1,7 +1,6 @@ ServerAdmin naglfar@thunix.net ServerName mightywcms.thunix.net - ServerAlias mightywcms.thunix.cf DocumentRoot /var/www/MightyWCMS ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined