proxy-stg: adding reversproxy for taskmaster websockets
This commit is contained in:
parent
a83bcf38ac
commit
05892b26a8
1 changed files with 10 additions and 0 deletions
|
@ -467,6 +467,16 @@
|
|||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: taskotron.stg.fedoraproject.org
|
||||
destname: taskotron-websockets
|
||||
localpath: /taskmaster/ws
|
||||
remotepath: /taskmaster/ws
|
||||
balancer_name: taskotron-stg
|
||||
balancer_members: ['taskotron-stg01.qa.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: taskotron.stg.fedoraproject.org
|
||||
destname: taskotron-resultsdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue