From 0edf62ba5dbadd4d088d574060bb64f366c382fd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 24 Jun 2015 22:03:52 +0000 Subject: [PATCH] Forward flocktofedora.org to www.flocktofedora.org Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-redirects.yml | 6 ++++++ playbooks/include/proxies-websites.yml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index a72e220794..dda36c1448 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -58,6 +58,12 @@ target: http://fedoraproject.org/get-fedora status: 302 + - role: httpd/redirect + name: flocktofedora + website: flocktofedora.org + target: http://www.flocktofedora.org/ + status: 302 + - role: httpd/redirect name: join-fedora website: join.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index e1b9391aa9..28f244242d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -224,6 +224,10 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + name: flocktofedora.org + ssl: false + - role: httpd/website name: bugz.fedoraproject.org server_aliases: [bugz.stg.fedoraproject.org]