Wire proxies up to mbs.fp.o.

This commit is contained in:
Ralph Bean 2017-03-01 18:38:52 +00:00
parent 9523dadd16
commit 4a38cb21b6
3 changed files with 0 additions and 4 deletions

View file

@ -582,7 +582,6 @@
website: mbs.fedoraproject.org
destname: mbs
proxyurl: http://localhost:10063
when: env == "staging"
- role: httpd/reverseproxy
website: koji.fedoraproject.org

View file

@ -736,4 +736,3 @@
sslonly: true
server_aliases: [mbs.stg.fedoraproject.org]
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"

View file

@ -421,13 +421,11 @@ listen kojipkgs 0.0.0.0:10062
{% endif %}
{% if env == "staging" %}
listen mbs 0.0.0.0:10063
balance hdr(appserver)
server mbs-frontend01 mbs-frontend01:80 check inter 20s rise 2 fall 3
server mbs-frontend02 mbs-frontend02:80 check inter 20s rise 2 fall 3
option httpchk GET /module-build-service/1/module-builds/
{% endif %}
# Apache doesn't handle the initial connection here like the other proxy