proxies / staging / taskotron: add /resultsdb_api/ to api redirect path

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-09 11:08:04 -07:00
parent 0cdacc2746
commit da157fa566

View file

@ -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'