add missing redirect in stg
This commit is contained in:
parent
eba72381f8
commit
404cfa4460
1 changed files with 7 additions and 0 deletions
|
@ -353,6 +353,13 @@
|
||||||
target: https://alt.stg.fedoraproject.org/$1/cloud
|
target: https://alt.stg.fedoraproject.org/$1/cloud
|
||||||
when: env == 'staging'
|
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
|
# end staging
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue