From 85dd260a85daddbf223290a4570abf93e36478f1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 1 Mar 2024 16:19:29 -0800 Subject: Enable https on start.mageia.org (mga#32903) --- deployment/websites/manifests/start.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp index 0db6dec1..f18adad4 100644 --- a/deployment/websites/manifests/start.pp +++ b/deployment/websites/manifests/start.pp @@ -1,6 +1,7 @@ class websites::start { include websites::base apache::vhost_redirect { "start.${::domain}": + use_ssl => true, url => "https://www.${::domain}/community/", } } -- cgit v1.2.1