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
|
website: taskotron.fedoraproject.org
|
||||||
path: /execdb/
|
path: /execdb/
|
||||||
target: https://fedoraproject.org/wiki/Taskotron
|
target: https://fedoraproject.org/wiki/Taskotron
|
||||||
|
tags:
|
||||||
|
- taskotron
|
||||||
|
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
shortname: taskotron-buildmaster
|
shortname: taskotron-buildmaster
|
||||||
website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
path: /taskmaster/
|
path: /taskmaster/
|
||||||
target: https://fedoraproject.org/wiki/Taskotron
|
target: https://fedoraproject.org/wiki/Taskotron
|
||||||
|
tags:
|
||||||
|
- taskotron
|
||||||
|
|
||||||
# redirects for qa.fp.o
|
# redirects for qa.fp.o
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
|
@ -888,11 +892,13 @@
|
||||||
target: https://fedoraproject.org/wiki/QA
|
target: https://fedoraproject.org/wiki/QA
|
||||||
|
|
||||||
# - role: httpd/redirectmatch
|
# - role: httpd/redirectmatch
|
||||||
#shortname: taskotron
|
shortname: taskotron
|
||||||
#website: taskotron.fedoraproject.org
|
website: taskotron.fedoraproject.org
|
||||||
#regex: ^(.*)
|
regex: ^(.*)
|
||||||
#target: https://resultsdb.fedoraproject.org/$1
|
target: https://resultsdb.fedoraproject.org/$1
|
||||||
#when: env != 'staging'
|
when: env != 'staging'
|
||||||
|
tags:
|
||||||
|
- taskotron
|
||||||
|
|
||||||
- role: httpd/redirectmatch
|
- role: httpd/redirectmatch
|
||||||
shortname: taskotron-stg
|
shortname: taskotron-stg
|
||||||
|
@ -900,4 +906,5 @@
|
||||||
regex: ^/resultsdb_api/(.*)
|
regex: ^/resultsdb_api/(.*)
|
||||||
target: https://resultsdb.stg.fedoraproject.org/$1
|
target: https://resultsdb.stg.fedoraproject.org/$1
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
tags:
|
||||||
|
- taskotron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue