From 0b2f23486980ceb3c8b7a1ca77bff7d06671e24c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 13 May 2020 20:00:22 +0300 Subject: fix switch to https --- deployment/websites/manifests/www.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'deployment/websites/manifests') diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 07ee4ec4..c0c556ea 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -50,10 +50,6 @@ class websites::www { options => ['FollowSymLinks'], } - apache::vhost_redirect { "${vhost}": - url => "https://www.${::domain}/", - } - apache::vhost_redirect { "${::domain}": url => "https://www.${::domain}/", } -- cgit v1.2.1