Proxy information for pdc.
This commit is contained in:
parent
1582e3e26f
commit
4ff7b8cbeb
3 changed files with 18 additions and 0 deletions
|
@ -288,6 +288,13 @@
|
||||||
remotepath: /statscache
|
remotepath: /statscache
|
||||||
proxyurl: http://localhost:10042
|
proxyurl: http://localhost:10042
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: apps.fedoraproject.org
|
||||||
|
destname: pdc
|
||||||
|
localpath: /pdc
|
||||||
|
remotepath: /
|
||||||
|
proxyurl: http://localhost:10045
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
destname: yk-val
|
destname: yk-val
|
||||||
|
|
|
@ -222,6 +222,12 @@ listen openqa 0.0.0.0:10044
|
||||||
server openqa01 openqa01:80 check inter 10s rise 1 fall 2
|
server openqa01 openqa01:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /group_overview/1
|
option httpchk GET /group_overview/1
|
||||||
|
|
||||||
|
listen pdc 0.0.0.0:10045
|
||||||
|
balance hdr(appserver)
|
||||||
|
server pdc-web01 check inter 10s rise 1 fall 2
|
||||||
|
server pdc-web02 check inter 10s rise 1 fall 2
|
||||||
|
option httpchk GET /rest_api/v1/
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# Apache doesn't handle the initial connection here like the other proxy
|
||||||
# entries. This proxy also doesn't use the http mode like the others.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
# stunnel should be sitting on port 9939 (public) and redirecting
|
# stunnel should be sitting on port 9939 (public) and redirecting
|
||||||
|
|
|
@ -201,6 +201,11 @@ listen openqa 0.0.0.0:10044
|
||||||
server openqa-stg01.qa.fedoraproject.org openqa-stg01.qa.fedoraproject.org:80 check inter 10s rise 1 fall 2
|
server openqa-stg01.qa.fedoraproject.org openqa-stg01.qa.fedoraproject.org:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /group_overview/1
|
option httpchk GET /group_overview/1
|
||||||
|
|
||||||
|
listen pdc 0.0.0.0:10045
|
||||||
|
balance hdr(appserver)
|
||||||
|
server pdc-web01 check inter 10s rise 1 fall 2
|
||||||
|
option httpchk GET /rest_api/v1/
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# Apache doesn't handle the initial connection here like the other proxy
|
||||||
# entries. This proxy also doesn't use the http mode like the others.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
# stunnel should be sitting on port 9939 (public) and redirecting
|
# stunnel should be sitting on port 9939 (public) and redirecting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue