add cloud to atomic download redirect for stg
This commit is contained in:
parent
fecc569a72
commit
40ce0076db
1 changed files with 7 additions and 0 deletions
|
@ -305,6 +305,13 @@
|
||||||
target: https://stg.getfedora.org/atomic/$1
|
target: https://stg.getfedora.org/atomic/$1
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
|
- role: httpd/redirectmatch
|
||||||
|
name: cloud-to-atomic-download
|
||||||
|
website: getfedora.org
|
||||||
|
regex: /.*/cloud/download.*$
|
||||||
|
target: https://stg.getfedora.org/$1/atomic/download
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
# end staging
|
# end staging
|
||||||
|
|
||||||
# - role: httpd/redirectmatch
|
# - role: httpd/redirectmatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue