Wrong proxyurl here.
This commit is contained in:
parent
5a56141567
commit
fd437a9ccc
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue