From 8556f3aba5b08493bed3c50bda799cc7aab92f3a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Feb 2025 12:07:06 -0800 Subject: [PATCH] proxies / registry: redirect https pages to quay.io Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 6341061e56..a74930935c 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -929,10 +929,9 @@ # old registry.fedoraproject.org web interface - role: httpd/redirectmatch - shortname: reg-server-stg + shortname: reg-server website: registry.fedoraproject.org regex: ^/(index\.html|repo(.*))$ target: https://quay.io/organization/fedora/ - when: env == 'staging' tags: - registry