A few more redirect tweaks.
This commit is contained in:
parent
0f5cf3ef0c
commit
6502f1de1e
1 changed files with 7 additions and 1 deletions
|
@ -113,9 +113,15 @@
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
name: 90-bodhi2-cutover-updates
|
name: 90-bodhi2-cutover-updates
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
regex: /updates/(.*)$
|
regex: /updates/(.+)$
|
||||||
target: https://bodhi.fedoraproject.org/updates/$1
|
target: https://bodhi.fedoraproject.org/updates/$1
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: 91-bodhi2-cutover-baseline
|
||||||
|
website: admin.fedoraproject.org
|
||||||
|
regex: /updates/$
|
||||||
|
target: https://bodhi.fedoraproject.org/
|
||||||
|
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
name: get-fedora
|
name: get-fedora
|
||||||
website: get.fedoraproject.org
|
website: get.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue