From 5e5d5e4c07ce6538361459500c87ef90f162069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 18 Apr 2017 00:17:17 +0200 Subject: Make mageia website use https --- deployment/websites/templates/vhost_www.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index a28e7309..6430568f 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -1,3 +1,4 @@ +Redirect permanent / https://www.mageia.org/ Redirect /wiki https://wiki.mageia.org/# # Everything under /g/ is static content to be served by a seconday host -- cgit v1.2.1