From 2633f1fcaeb2e79be437589f26ce693168fc6478 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Wed, 3 Nov 2021 12:26:46 +0100 Subject: [PATCH] proxies: use favicon from getfedora --- playbooks/include/proxies-rewrites.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/playbooks/include/proxies-rewrites.yml b/playbooks/include/proxies-rewrites.yml index 1160c3d543..60e6c5a4fe 100644 --- a/playbooks/include/proxies-rewrites.yml +++ b/playbooks/include/proxies-rewrites.yml @@ -32,29 +32,22 @@ path: /status - role: httpd/domainrewrite - destname: 00-admin - website: admin.fedoraproject.org + destname: 00-apps + website: apps.fedoraproject.org path: ^/favicon.ico$ status: 301 - target: https://fedoraproject.org/static/images/favicon.ico + target: https://getfedora.org/static/images/favicon.ico - role: httpd/domainrewrite destname: 00-docs website: docs.fedoraproject.org path: ^/favicon.ico$ status: 301 - target: https://fedoraproject.org/static/images/favicon.ico - - - role: httpd/domainrewrite - destname: 00-start - website: start.fedoraproject.org - path: ^/favicon.ico$ - status: 301 - target: https://fedoraproject.org/static/images/favicon.ico + target: https://getfedora.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 + target: https://getfedora.org/static/images/favicon.ico