From 6502f1de1ebe5cdfc278b9f09c19d383dd2d992a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Aug 2015 03:30:40 +0000 Subject: [PATCH] A few more redirect tweaks. --- 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 c8a2d3b93c..6e3767ac63 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -113,9 +113,15 @@ - role: httpd/redirectmatch name: 90-bodhi2-cutover-updates website: admin.fedoraproject.org - regex: /updates/(.*)$ + regex: /updates/(.+)$ target: https://bodhi.fedoraproject.org/updates/$1 + - role: httpd/redirectmatch + name: 91-bodhi2-cutover-baseline + website: admin.fedoraproject.org + regex: /updates/$ + target: https://bodhi.fedoraproject.org/ + - role: httpd/redirect name: get-fedora website: get.fedoraproject.org