mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
proxies: use favicon from getfedora
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user