From 8819b75f7f3e071645ea58da45b30f9e5209f8cc Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 15 Mar 2011 15:29:02 +0000 Subject: redirect forum.mageia.org (in http and https) to https://forums.mageia.org --- manifests/nodes.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manifests') diff --git a/manifests/nodes.pp b/manifests/nodes.pp index e7760fb1..7391851f 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -74,6 +74,14 @@ node alamut { } apache::vhost_redirect_ssl { "forums.$domain": } + vhost_redirect { "forum.$domain": + url => "https://forums.$domain/", + } + vhost_redirect { "ssl_forum.$domain": + url => "https://forums.$domain/", + vhost => "forum.$domain", + use_ssl => true, + } # connect to ssl so the proxy do not shoke if trying to # enforce ssl ( note that this has not been tested, maybe this -- cgit v1.2.1