add redirect for keys
This commit is contained in:
parent
f8cdc5e2bc
commit
94dc97a45e
1 changed files with 5 additions and 2 deletions
|
@ -561,14 +561,17 @@
|
|||
website: pki.fedoraproject.org
|
||||
target: http://dogtagpki.org/
|
||||
|
||||
- role: httpd/redirect
|
||||
# all of this goes to one place the graveyard.
|
||||
- role: httpd/redirectmatch
|
||||
shortname: keys
|
||||
website: keys.fedoraproject.org
|
||||
regex: /.*$
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
|
||||
- role: httpd/redirect
|
||||
- role: httpd/redirectmatch
|
||||
shortname: boot
|
||||
website: boot.fedoraproject.org
|
||||
regex: /.*$
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
|
||||
- role: httpd/redirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue