Hi all,
Currently https://registry.fedoraproject.org does not have the Fedora favicon. The following patch should fix this.
+1s ?
Thanks
From 61aae4a233a9081e41d12a1341d7c8156ffe44b8 Mon Sep 17 00:00:00 2001
From: Clement Verna <cverna@xxxxxxxxxxxx>
Date: Sun, 2 Sep 2018 12:21:13 +0200
Subject: [PATCH 1/1] Add the fedora favicon to registry.fp.o
Signed-off-by: Clement Verna <cverna@xxxxxxxxxxxx>
---
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 e59fdc030..6d0417a37 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
--
2.17.1
From: Clement Verna <cverna@xxxxxxxxxxxx>
Date: Sun, 2 Sep 2018 12:21:13 +0200
Subject: [PATCH 1/1] Add the fedora favicon to registry.fp.o
Signed-off-by: Clement Verna <cverna@xxxxxxxxxxxx>
---
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 e59fdc030..6d0417a37 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
--
2.17.1
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx