add prerelease redirect for alt.fp.o

This commit is contained in:
Robert Mayr 2018-05-10 19:27:16 +00:00
parent 219b2d78b9
commit 14cb99687d
2 changed files with 12 additions and 0 deletions

View file

@ -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