add missing redirect in stg

This commit is contained in:
Kevin Fenzi 2018-12-14 20:36:28 +00:00
parent eba72381f8
commit 404cfa4460

View file

@ -353,6 +353,13 @@
target: https://alt.stg.fedoraproject.org/$1/cloud
when: env == 'staging'
- role: httpd/redirectmatch
shortname: prerelease-to-final-alt-1
website: alt.fedoraproject.org
regex: /prerelease.*$
target: https://alt.stg.fedoraproject.org/$1
when: env == 'staging'
# end staging
- role: httpd/redirectmatch