taskotron: roll out redirect for api in prod too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
73325c2a64
commit
1a7a0b372a
1 changed files with 13 additions and 6 deletions
|
@ -873,12 +873,16 @@
|
|||
website: taskotron.fedoraproject.org
|
||||
path: /execdb/
|
||||
target: https://fedoraproject.org/wiki/Taskotron
|
||||
tags:
|
||||
- taskotron
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: taskotron-buildmaster
|
||||
website: taskotron.fedoraproject.org
|
||||
path: /taskmaster/
|
||||
target: https://fedoraproject.org/wiki/Taskotron
|
||||
tags:
|
||||
- taskotron
|
||||
|
||||
# redirects for qa.fp.o
|
||||
- role: httpd/redirect
|
||||
|
@ -888,11 +892,13 @@
|
|||
target: https://fedoraproject.org/wiki/QA
|
||||
|
||||
# - role: httpd/redirectmatch
|
||||
#shortname: taskotron
|
||||
#website: taskotron.fedoraproject.org
|
||||
#regex: ^(.*)
|
||||
#target: https://resultsdb.fedoraproject.org/$1
|
||||
#when: env != 'staging'
|
||||
shortname: taskotron
|
||||
website: taskotron.fedoraproject.org
|
||||
regex: ^(.*)
|
||||
target: https://resultsdb.fedoraproject.org/$1
|
||||
when: env != 'staging'
|
||||
tags:
|
||||
- taskotron
|
||||
|
||||
- role: httpd/redirectmatch
|
||||
shortname: taskotron-stg
|
||||
|
@ -900,4 +906,5 @@
|
|||
regex: ^/resultsdb_api/(.*)
|
||||
target: https://resultsdb.stg.fedoraproject.org/$1
|
||||
when: env == 'staging'
|
||||
|
||||
tags:
|
||||
- taskotron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue