More redirection to handle old mm2 archives
This commit is contained in:
parent
de5dba330c
commit
f21d4af3a7
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,13 @@
|
|||
name: mailman
|
||||
website: admin.fedoraproject.org
|
||||
regex: /mailman/(.*)$
|
||||
target: https://lists.fedoraproject.org/$1
|
||||
target: https://lists.fedoraproject.org/mailman/$1
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: mailman-pipermail
|
||||
website: admin.fedoraproject.org
|
||||
regex: /pipermail/(.*)$
|
||||
target: https://lists.fedoraproject.org/pipermail/$1
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
name: 00-bodhi2-cutover-users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue