Add a helper redirect for bodhi2.
This commit is contained in:
parent
7fb4ece3d4
commit
a384429100
1 changed files with 7 additions and 0 deletions
|
@ -128,6 +128,13 @@
|
||||||
regex: /updates/*$
|
regex: /updates/*$
|
||||||
target: https://bodhi.fedoraproject.org/
|
target: https://bodhi.fedoraproject.org/
|
||||||
|
|
||||||
|
# See https://github.com/fedora-infra/bodhi/issues/476
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: send-user-to-users
|
||||||
|
website: bodhi.fedoraproject.org
|
||||||
|
regex: /user/(.*)$
|
||||||
|
target: https://bodhi.fedoraproject.org/users/$1
|
||||||
|
|
||||||
- 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