From 699136907fc175aa2ca66504804b3cdd2cf180d9 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sun, 4 Apr 2021 14:09:44 -0700 Subject: [PATCH] rm apache macro conf --- etc/apache2/conf-available/vmail_macro.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 etc/apache2/conf-available/vmail_macro.conf diff --git a/etc/apache2/conf-available/vmail_macro.conf b/etc/apache2/conf-available/vmail_macro.conf deleted file mode 100644 index 6bd025e..0000000 --- a/etc/apache2/conf-available/vmail_macro.conf +++ /dev/null @@ -1,20 +0,0 @@ -# VMailHTTPS for roundcubemail webmail at mail. subdomain assumes & requires https w/ valid cert - -# Webmail - HTTP Port 80 Redirects to HTTPS Port 443 - - - ServerName $vhost - - - Redirect / https://$vhost - - - - - ServerName $vhost - DocumentRoot /srv/www/html/roundcubemail/ - SSLEngine on - SSLCertificateFile /etc/ssl/letsencrypt/$vhost.pem - - -