Hi all,
Hopefully this patch is correct to redirect planet.fedoraproject.org to https://fedoraplanet.org
diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index f658356b5..e923e12d8 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -455,6 +455,10 @@ path: /fedorapeople target: http://fedoraplanet.org/
+ - role: httpd/redirect + name: site + website: planet.fedoraproject.org + target: https://fedoraplanet.org
Cheers
Brian
On 11/13/2017 03:25 PM, Brian ORegan wrote:
Hi all,
Hopefully this patch is correct to redirect planet.fedoraproject.org to https://fedoraplanet.org
diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index f658356b5..e923e12d8 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -455,6 +455,10 @@ path: /fedorapeople target: http://fedoraplanet.org/
+ - role: httpd/redirect + name: site + website: planet.fedoraproject.org + target: https://fedoraplanet.org
We want to redirect to http://fedoraplanet.org, but otherwise it looks spot on. ;)
Applied and will push out soon.
Thanks!
kevin
infrastructure@lists.fedoraproject.org