diff --git a/roles/webserver/files/etc/apache2/sites-available/mightywcms.conf b/roles/webserver/files/etc/apache2/sites-available/mightywcms.conf deleted file mode 100644 index 80f79f5..0000000 --- a/roles/webserver/files/etc/apache2/sites-available/mightywcms.conf +++ /dev/null @@ -1,15 +0,0 @@ - - ServerAdmin naglfar@thunix.net - ServerName mightywcms.thunix.net - DocumentRoot /var/www/MightyWCMS - ErrorLog ${APACHE_LOG_DIR}/error.mightywcms.log - CustomLog ${APACHE_LOG_DIR}/access.mightywcms.log combined - - Options Indexes FollowSymLinks - AllowOverride All - Order allow,deny - allow from all - - RewriteEngine on - Redirect permanent / https://mightywcms.thunix.net/ -