Redirect specific websites from fedoraproject.org to getfedora.org
This commit is contained in:
parent
d0039c52a3
commit
da0b189f7d
1 changed files with 33 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
- role: packages/bugz.fp.o
|
||||
website: bugz.fedoraproject.org
|
||||
|
||||
|
||||
# Various app redirects
|
||||
- role: httpd/redirect
|
||||
name: community
|
||||
|
@ -75,6 +76,38 @@
|
|||
target: https://translate.fedoraproject.org/
|
||||
|
||||
|
||||
# Redirect specific websites from fedoraproject.org to getfedora.org
|
||||
- role: httpd/redirect
|
||||
name: main-fedoraproject
|
||||
website: fedoraproject.org
|
||||
path: /index.html
|
||||
target: https://getfedora.org/
|
||||
|
||||
- role: httpd/redirect
|
||||
name: get-fedora-old
|
||||
website: fedoraproject.org
|
||||
path: /get-fedora
|
||||
target: https://getfedora.org/
|
||||
|
||||
- role: httpd/redirect
|
||||
name: verify
|
||||
website: fedoraproject.org
|
||||
path: /verify
|
||||
target: https://getfedora.org/verify
|
||||
|
||||
- role: httpd/redirect
|
||||
name: keys
|
||||
website: fedoraproject.org
|
||||
path: /keys
|
||||
target: https://getfedora.org/keys
|
||||
|
||||
- role: httpd/redirect
|
||||
name: release-banner
|
||||
website: fedoraproject.org
|
||||
path: /static/js/release-counter-ext.js
|
||||
target: https://getfedora.org/static/js/release-counter-ext.js
|
||||
|
||||
|
||||
# Fonts on the wiki
|
||||
- role: httpd/redirect
|
||||
name: fonts-wiki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue