add cloud to atomic redirect in staging
This commit is contained in:
parent
50932cb3ac
commit
fecc569a72
1 changed files with 7 additions and 0 deletions
|
@ -298,6 +298,13 @@
|
||||||
target: https://arm.stg.fedoraproject.org/$1
|
target: https://arm.stg.fedoraproject.org/$1
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: cloud-to-atomic
|
||||||
|
website: getfedora.org
|
||||||
|
regex: /cloud/.*$
|
||||||
|
target: https://stg.getfedora.org/atomic/$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