From 392d7189fdf9f793b5e7d050e484cf20cd791758 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 21 Jul 2022 15:26:07 -0700 Subject: [PATCH] disable ForceHTTPS by default --- etc/apache2/mods-available/macro.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache2/mods-available/macro.conf b/etc/apache2/mods-available/macro.conf index 3ea4a8b..94f2126 100644 --- a/etc/apache2/mods-available/macro.conf +++ b/etc/apache2/mods-available/macro.conf @@ -22,8 +22,8 @@ # Uncomment and change example.com to suit your needs. #Define AliasDomain example.com -# Uncomment to force redirect from http to https for all VirtualHost that have HTTPS enabled -Define ForceHTTPS +# Uncomment to force a redirect from HTTP to HTTPS for all VirtualHosts that have HTTPS enabled +#Define ForceHTTPS # VHostHTTP - HTTP on Port 80