From a64cc9c7d72a21e0b0698693e3fb1c370f42663b Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 10 Dec 2020 14:11:10 +0100 Subject: [PATCH] Redirect builds.coreos.fp.org to the build browser. Currently builds.coreos.fp.org/ returns a 403 HTTP error This commit redirect / to /browser so that by default we show the builds browser. Signed-off-by: Clement Verna --- playbooks/include/proxies-redirects.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index 73b8277818..56fcd73cda 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -833,6 +833,14 @@ tags: - coreos.fedoraproject.org + - role: httpd/redirect + shortname: 00-coreosbuild + website: "builds.coreos.fedoraproject.org" + path: / + target: https://builds.coreos.fedoraproject.org/browser + tags: + - builds.coreos.fedoraproject.org + # redirects for Taskotron decomissioning - role: httpd/redirect shortname: taskotron-landing