Wrong proxyurl here.

This commit is contained in:
Ralph Bean 2015-01-06 16:18:58 +00:00
parent 5a56141567
commit fd437a9ccc

View file

@ -310,7 +310,7 @@
localpath: /resultsdb
remotepath: /resultsdb
# Talk directly to the app server, not haproxy
proxyurl: http://taskotron01.vpn.fedoraproject.org
proxyurl: http://resultsdb01.vpn.fedoraproject.org
- role: httpd/reverseproxy
website: taskotron.fedoraproject.org
@ -318,7 +318,7 @@
localpath: /resultsdb_api
remotepath: /resultsdb_api
# Talk directly to the app server, not haproxy
proxyurl: http://taskotron01.vpn.fedoraproject.org
proxyurl: http://resultsdb01.vpn.fedoraproject.org
### And three entries for taskotron for staging
- role: httpd/reverseproxy
@ -333,7 +333,7 @@
localpath: /resultsdb
remotepath: /resultsdb
# Talk directly to the app server, not haproxy
proxyurl: http://taskotron-stg01.qa.fedoraproject.org
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
- role: httpd/reverseproxy
website: taskotron.stg.fedoraproject.org
@ -341,7 +341,7 @@
localpath: /resultsdb_api
remotepath: /resultsdb_api
# Talk directly to the app server, not haproxy
proxyurl: http://taskotron-stg01.qa.fedoraproject.org
proxyurl: http://resultsdb-stg01.qa.fedoraproject.org
# This one gets its own role (instead of httpd/reverseproxy) so that it can
# copy in some silly static resources (globe.png, index.html)