add prerelease redirect for alt.fp.o
This commit is contained in:
parent
219b2d78b9
commit
14cb99687d
2 changed files with 12 additions and 0 deletions
|
@ -415,6 +415,13 @@
|
|||
target: https://arm.fedoraproject.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: prerelease-to-final-alt-1
|
||||
website: alt.fedoraproject.org
|
||||
regex: /prerelease.*$
|
||||
target: https://alt.fedoraproject.org/$1
|
||||
when: env != 'staging'
|
||||
|
||||
# end of prod prerelease
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue