aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/www.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/www.pp')
-rw-r--r--deployment/websites/manifests/www.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index ecff73e6..c0c556ea 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -51,7 +51,7 @@ class websites::www {
}
apache::vhost_redirect { "${::domain}":
- url => "http://www.${::domain}/",
+ url => "https://www.${::domain}/",
}
apache::vhost_redirect { "ssl_${::domain}":