proxy-stg: Changing taskotron-stg proxy settings to new-style
Websockets aren't working for our newly deployed taskotron-stg master, changing to new style configuration to add that support.
This commit is contained in:
parent
fe044fc717
commit
0f75e2680e
1 changed files with 12 additions and 8 deletions
|
@ -462,8 +462,9 @@
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: taskotron.stg.fedoraproject.org
|
website: taskotron.stg.fedoraproject.org
|
||||||
destname: taskotron
|
destname: taskotron
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: taskotron-stg
|
||||||
proxyurl: http://taskotron-stg01.qa.fedoraproject.org
|
balancer_members: ['taskotron-stg01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
@ -471,8 +472,9 @@
|
||||||
destname: taskotron-resultsdb
|
destname: taskotron-resultsdb
|
||||||
localpath: /resultsdb
|
localpath: /resultsdb
|
||||||
remotepath: /resultsdb
|
remotepath: /resultsdb
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb-stg
|
||||||
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
|
balancer_members: ['resultsdb-stg01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
@ -480,8 +482,9 @@
|
||||||
destname: taskotron-resultsdbapi
|
destname: taskotron-resultsdbapi
|
||||||
localpath: /resultsdb_api
|
localpath: /resultsdb_api
|
||||||
remotepath: /resultsdb_api
|
remotepath: /resultsdb_api
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb-stg
|
||||||
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
|
balancer_members: ['resultsdb-stg01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
@ -489,8 +492,9 @@
|
||||||
destname: taskotron-execdb
|
destname: taskotron-execdb
|
||||||
localpath: /execdb
|
localpath: /execdb
|
||||||
remotepath: /execdb
|
remotepath: /execdb
|
||||||
# Talk directly to the app server, not haproxy
|
balancer_name: resultsdb-stg
|
||||||
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
|
balancer_members: ['resultsdb-stg01.qa.fedoraproject.org:80']
|
||||||
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
### Beaker production
|
### Beaker production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue