From e8409fc615ad074e18a1f611a13af41dcb8a2330 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 10 Apr 2015 22:25:19 -0400 Subject: Redirect the non www to the www domain --- playbooks/os1.theopensourceway.org.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/os1.theopensourceway.org.yml b/playbooks/os1.theopensourceway.org.yml index 3766e25..cdbf2c0 100644 --- a/playbooks/os1.theopensourceway.org.yml +++ b/playbooks/os1.theopensourceway.org.yml @@ -14,6 +14,9 @@ - role: httpd website_url: www.theopensourceway.org document_root: /var/www/website + - role: httpd + website_url: theopensourceway.org + redirect: www.theopensourceway.org - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_url: www.theopensourceway.org -- cgit