Merge branch 'awxproxy'

This commit is contained in:
Ricky Elrod 2018-04-11 21:22:21 +00:00
commit 5a17d40c3c
3 changed files with 22 additions and 0 deletions

View file

@ -127,6 +127,13 @@
keephost: true
proxyurl: "{{ varnish_url }}"
- role: httpd/reverseproxy
website: awx.fedoraproject.org
destname: awx
remotepath: /
localpath: /
proxyurl: http://localhost:10069
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: totpcgiprovision

View file

@ -475,6 +475,12 @@
sslonly: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
name: awx.fedoraproject.org
sslonly: true
cert_name: "{{wildcard_cert_name}}"
#
# Make a website here so we can redirect it to paste.fedoraproject.org
#

View file

@ -236,6 +236,15 @@ backend hubs-backend
{% endif %}
option httpchk GET /
frontend awx-frontend
bind 0.0.0.0:10069
default_backend awx-backend
backend awx-backend
balance hdr(appserver)
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
option httpchk GET /
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
frontend datagrepper-frontend