diff --git a/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl b/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl index 35a2baeb..2e86932e 100644 --- a/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl +++ b/bin/laragon/tpl/VirtualHost.SSL.manifest.tpl @@ -1,27 +1,25 @@ -define ROOT "<>" -define SITE "<>" - ->> - DocumentRoot "${ROOT}" - ServerName ${SITE} - ServerAlias *.${SITE} - - AllowOverride All - Require all granted - - - ->> - DocumentRoot "${ROOT}" - ServerName ${SITE} - ServerAlias *.${SITE} - - AllowOverride All - Require all granted - - - SSLEngine on - SSLCertificateFile <>/<>.crt - SSLCertificateKeyFile <>/<>.key - - \ No newline at end of file +define ROOT "<>" +define SITE "<>" + +>> + ServerName ${SITE} + Redirect / https://${SITE} + + +>> + DocumentRoot "${ROOT}" + ServerName ${SITE} + ServerAlias *.${SITE} + + AllowOverride All + Require all granted + + + SSLEngine on + SSLCertificateFile <>/<>.crt + 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