diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 6ff21f128f..bd78cb339a 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -128,6 +128,13 @@ regex: /updates/*$ target: https://bodhi.fedoraproject.org/ + # See https://github.com/fedora-infra/bodhi/issues/476 + - role: httpd/redirectmatch + name: send-user-to-users + website: bodhi.fedoraproject.org + regex: /user/(.*)$ + target: https://bodhi.fedoraproject.org/users/$1 + - role: httpd/redirect name: get-fedora website: get.fedoraproject.org