redirect getfedora.org/cloud to cloud.fp.o
This commit is contained in:
parent
72d6c75ef4
commit
f002d5b5d3
1 changed files with 4 additions and 4 deletions
|
@ -302,14 +302,14 @@
|
||||||
name: cloud-to-atomic
|
name: cloud-to-atomic
|
||||||
website: getfedora.org
|
website: getfedora.org
|
||||||
regex: /cloud/.*$
|
regex: /cloud/.*$
|
||||||
target: https://stg.getfedora.org/atomic/$1
|
target: https://alt.stg.fedoraproject.org/cloud/
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
name: cloud-to-atomic-download
|
name: cloud-to-atomic-download
|
||||||
website: getfedora.org
|
website: getfedora.org
|
||||||
regex: /(.*)/cloud/download.*$
|
regex: /(.*)/cloud/download.*$
|
||||||
target: https://stg.getfedora.org/$1/atomic/download
|
target: https://alt.stg.fedoraproject.org/cloud/
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
# end staging
|
# end staging
|
||||||
|
@ -367,14 +367,14 @@
|
||||||
name: cloud-to-atomic
|
name: cloud-to-atomic
|
||||||
website: getfedora.org
|
website: getfedora.org
|
||||||
regex: /cloud/.*$
|
regex: /cloud/.*$
|
||||||
target: https://getfedora.org/atomic/$1
|
target: https://alt.fedoraproject.org/cloud/
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
name: cloud-to-atomic-download
|
name: cloud-to-atomic-download
|
||||||
website: getfedora.org
|
website: getfedora.org
|
||||||
regex: /(.*)/cloud/download.*$
|
regex: /(.*)/cloud/download.*$
|
||||||
target: https://getfedora.org/$1/atomic/download
|
target: https://alt.fedoraproject.org/cloud/
|
||||||
when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue