From 0489372ef487248c29105cc6c8b154b9fd821ece Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Sun, 2 Sep 2018 12:21:13 +0200 Subject: [PATCH] Add the fedora favicon to registry.fp.o Signed-off-by: Clement Verna --- playbooks/include/proxies-rewrites.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-rewrites.yml b/playbooks/include/proxies-rewrites.yml index e59fdc0305..6d0417a37a 100644 --- a/playbooks/include/proxies-rewrites.yml +++ b/playbooks/include/proxies-rewrites.yml @@ -56,3 +56,10 @@ path: ^/favicon.ico$ status: 301 target: https://fedoraproject.org/static/images/favicon.ico + + - role: httpd/domainrewrite + destname: 00-registry-icon + website: registry.fedoraproject.org + path: ^/favicon.ico$ + status: 301 + target: https://fedoraproject.org/static/images/favicon.ico