Proxy information for pdc.

This commit is contained in:
Ralph Bean 2016-01-12 13:26:56 -05:00
parent 1582e3e26f
commit 4ff7b8cbeb
3 changed files with 18 additions and 0 deletions

View file

@ -288,6 +288,13 @@
remotepath: /statscache
proxyurl: http://localhost:10042
- role: httpd/reverseproxy
website: apps.fedoraproject.org
destname: pdc
localpath: /pdc
remotepath: /
proxyurl: http://localhost:10045
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: yk-val

View file

@ -222,6 +222,12 @@ listen openqa 0.0.0.0:10044
server openqa01 openqa01:80 check inter 10s rise 1 fall 2
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
# entries. This proxy also doesn't use the http mode like the others.
# stunnel should be sitting on port 9939 (public) and redirecting

View file

@ -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
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
# entries. This proxy also doesn't use the http mode like the others.
# stunnel should be sitting on port 9939 (public) and redirecting