From f002d5b5d33cb1f8763ceaebc74052a97c1f4fff Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Thu, 12 Jan 2017 22:13:33 +0000 Subject: [PATCH] redirect getfedora.org/cloud to cloud.fp.o --- playbooks/include/proxies-redirects.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 9662cdbdf5..292e89b8ea 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -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