From fc75c07ef43735fa87891b0c11582366e9c4d687 Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Mon, 31 Oct 2022 01:16:53 +0100 Subject: [PATCH] proxies: remove cloud-to-atomic redirect --- playbooks/include/proxies-redirects.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index fb5637bdac..8efd492cf4 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -385,14 +385,6 @@ redirectmatch_enabled: false when: env == 'staging' - - role: httpd/redirectmatch - shortname: cloud-to-atomic - website: getfedora.org - regex: /cloud/.*$ - target: https://alt.stg.fedoraproject.org/cloud/$1 - redirectmatch_enabled: true - when: env == 'staging' - - role: httpd/redirectmatch shortname: cloud-to-atomic-download website: getfedora.org @@ -469,13 +461,6 @@ # end of prod prerelease - - role: httpd/redirectmatch - shortname: cloud-to-atomic - website: getfedora.org - regex: /cloud/.*$ - target: https://alt.fedoraproject.org/cloud/$1 - when: env != 'staging' - - role: httpd/redirectmatch shortname: cloud-to-atomic-download website: getfedora.org