Drop trailing slash on some bodhi2 URLs.
This commit is contained in:
parent
0708dc0460
commit
ab16743152
1 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,12 @@
|
||||||
regex: /updates/search/(.+)$
|
regex: /updates/search/(.+)$
|
||||||
target: https://bodhi.fedoraproject.org/updates/?like=$1
|
target: https://bodhi.fedoraproject.org/updates/?like=$1
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: 10-bodhi2-drop-trailing-slash
|
||||||
|
website: bodhi.fedoraproject.org
|
||||||
|
regex: /updates/(.+)/$
|
||||||
|
target: https://bodhi.fedoraproject.org/updates/$1
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
name: 89-bodhi2-icon
|
name: 89-bodhi2-icon
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue