From f9070ccdeccc93273a9408c79293bc5dc6d5bdbe Mon Sep 17 00:00:00 2001 From: Leo Khoa Date: Mon, 11 Feb 2019 11:45:17 +0000 Subject: [PATCH] Remove http to https redirection (because it may cause unexpected issues) --- bin/laragon/tpl/VirtualHost.SSL.manifest.tpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl b/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl index 2e86932e..5a30fafc 100644 --- a/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl +++ b/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl @@ -2,8 +2,13 @@ define ROOT "<>" define SITE "<>" >> + DocumentRoot "${ROOT}" ServerName ${SITE} - Redirect / https://${SITE} + ServerAlias *.${SITE} + + AllowOverride All + Require all granted + >> @@ -20,6 +25,3 @@ define SITE "<>" SSLCertificateKeyFile <>/<>.key - -# This file is auto-generated. -# If you want Laragon to respect your changes, just remove the [auto.] prefix \ No newline at end of file