From f21d4af3a7b13d7ee9e5ea2f3c7616bda50cb1f3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 14 Apr 2016 15:39:28 +0000 Subject: [PATCH] More redirection to handle old mm2 archives --- playbooks/include/proxies-redirects.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index c68a6042f8..78a7e35679 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -51,7 +51,13 @@ name: mailman website: admin.fedoraproject.org regex: /mailman/(.*)$ - target: https://lists.fedoraproject.org/$1 + target: https://lists.fedoraproject.org/mailman/$1 + + - role: httpd/redirectmatch + name: mailman-pipermail + website: admin.fedoraproject.org + regex: /pipermail/(.*)$ + target: https://lists.fedoraproject.org/pipermail/$1 - role: httpd/redirectmatch name: 00-bodhi2-cutover-users