redirect getfedora.org/cloud to cloud.fp.o

This commit is contained in:
Robert Mayr 2017-01-12 22:13:33 +00:00
parent 72d6c75ef4
commit f002d5b5d3

View file

@ -302,14 +302,14 @@
name: cloud-to-atomic
website: getfedora.org
regex: /cloud/.*$
target: https://stg.getfedora.org/atomic/$1
target: https://alt.stg.fedoraproject.org/cloud/
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
target: https://alt.stg.fedoraproject.org/cloud/
when: env == 'staging'
# end staging
@ -367,14 +367,14 @@
name: cloud-to-atomic
website: getfedora.org
regex: /cloud/.*$
target: https://getfedora.org/atomic/$1
target: https://alt.fedoraproject.org/cloud/
when: env != 'staging'
- role: httpd/redirectmatch
name: cloud-to-atomic-download
website: getfedora.org
regex: /(.*)/cloud/download.*$
target: https://getfedora.org/$1/atomic/download
target: https://alt.fedoraproject.org/cloud/
when: env != 'staging'
- role: httpd/redirect