fixing reverseproxy on qa-prod01 to use vpn
This commit is contained in:
parent
67271dd51b
commit
b8bed91def
1 changed files with 3 additions and 3 deletions
|
@ -497,20 +497,20 @@
|
|||
website: qa.fedoraproject.org
|
||||
destname: qa-prod
|
||||
# Talk directly to the app server, not haproxy
|
||||
proxyurl: http://qa-prod01.qa.fedoraproject.org
|
||||
proxyurl: http://qa-prod01.vpn.fedoraproject.org
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: phab.qa.fedoraproject.org
|
||||
destname: qa-prod-phab
|
||||
# Talk directly to the app server, not haproxy
|
||||
proxyurl: http://phab.qa-prod01.qa.fedoraproject.org
|
||||
proxyurl: http://phab.qa-prod01.vpn.fedoraproject.org
|
||||
keephost: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: docs.qa.fedoraproject.org
|
||||
destname: qa-prod-docs
|
||||
# Talk directly to the app server, not haproxy
|
||||
proxyurl: http://docs.qa-prod01.qa.fedoraproject.org
|
||||
proxyurl: http://docs.qa-prod01.vpn.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
# This one gets its own role (instead of httpd/reverseproxy) so that it can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue