From ed887a1cc9866a2cb018776c00d17dd7fc975823 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 11 Oct 2015 19:18:19 +0000 Subject: [PATCH] Try a redirect for bodhi robots.txt. --- playbooks/include/proxies-redirects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index bd78cb339a..e0a92b0632 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -135,6 +135,13 @@ regex: /user/(.*)$ target: https://bodhi.fedoraproject.org/users/$1 + # See https://github.com/fedora-infra/bodhi/issues/495 + - role: httpd/redirectmatch + name: robots-redirect + website: bodhi.fedoraproject.org + regex: /robots.txt$ + target: https://apps.fedoraproject.org/robots.txt + - role: httpd/redirect name: get-fedora website: get.fedoraproject.org