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