I need to put all the stuff as a target and then throw it away
This commit is contained in:
parent
245bdc2d9d
commit
f584b7cbfd
1 changed files with 2 additions and 2 deletions
|
@ -565,14 +565,14 @@
|
|||
- role: httpd/redirectmatch
|
||||
shortname: keys
|
||||
website: keys.fedoraproject.org
|
||||
regex: /.*$
|
||||
regex: /(.*)$
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
tags: keys
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: boot
|
||||
website: boot.fedoraproject.org
|
||||
regex: /.*$
|
||||
regex: /(.*)$
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
|
||||
- role: httpd/redirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue