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