15th time is the charm
This commit is contained in:
parent
b6fa773380
commit
1fd68137c6
2 changed files with 7 additions and 8 deletions
|
@ -562,17 +562,10 @@
|
||||||
target: http://dogtagpki.org/
|
target: http://dogtagpki.org/
|
||||||
|
|
||||||
# all of this goes to one place the graveyard.
|
# 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?
|
|
||||||
tags: keys
|
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirect
|
||||||
shortname: boot
|
shortname: boot
|
||||||
website: boot.fedoraproject.org
|
website: boot.fedoraproject.org
|
||||||
regex: /(.*)$
|
|
||||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||||
|
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
|
|
|
@ -13,6 +13,12 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
||||||
|
- role: httpd/domainrewrite
|
||||||
|
destname: 00-keys
|
||||||
|
website: keys.fedoraproject.org
|
||||||
|
path: ^.*$
|
||||||
|
status: 301
|
||||||
|
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||||
|
|
||||||
- role: httpd/domainrewrite
|
- role: httpd/domainrewrite
|
||||||
destname: admin
|
destname: admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue