From da157fa56624adba7ae3309f52ac3735a1e9fb7b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 Jun 2022 11:08:04 -0700 Subject: [PATCH] proxies / staging / taskotron: add /resultsdb_api/ to api redirect path Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-redirects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index c1ee407baf..31a76015da 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -897,7 +897,7 @@ - role: httpd/redirectmatch shortname: taskotron-stg website: taskotron.stg.fedoraproject.org - regex: ^(.*) + regex: ^/resultsdb_api/(.*) target: https://resultsdb.stg.fedoraproject.org/$1 when: env == 'staging'