Proxy config for zanata2fedmsg.

This commit is contained in:
Ralph Bean 2016-03-04 19:37:25 +00:00
parent affec1dcc5
commit 9a28ab58eb
3 changed files with 14 additions and 0 deletions

View file

@ -300,6 +300,12 @@
destname: pdc
proxyurl: http://localhost:10045
- role: httpd/reverseproxy
website: apps.fedoraproject.org
destname: zanata2fedmsg
localpath: /zanata2fedmsg
proxyurl: http://localhost:10036
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: yk-val

View file

@ -232,6 +232,10 @@ listen pdc 0.0.0.0:10045
timeout server 3600000
timeout connect 3600000
listen zanata2fedmsg 0.0.0.0:10046
balance hdr(appserver)
server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2
# 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

@ -208,6 +208,10 @@ listen pdc 0.0.0.0:10045
timeout server 3600000
timeout connect 3600000
listen zanata2fedmsg 0.0.0.0:10046
balance hdr(appserver)
server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2
# 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