mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
POC channels 2
This commit is contained in:
committed by
Ryan Petrello
parent
d0a3c5a42b
commit
c8eeacacca
@@ -22,11 +22,6 @@ frontend localnodes_ssl
|
||||
mode tcp
|
||||
default_backend nodes_ssl
|
||||
|
||||
frontend rabbitctl
|
||||
bind *:15672
|
||||
mode http
|
||||
default_backend rabbitctl_nodes
|
||||
|
||||
backend nodes
|
||||
mode http
|
||||
balance roundrobin
|
||||
@@ -35,28 +30,16 @@ backend nodes
|
||||
http-request set-header X-Forwarded-Port %[dst_port]
|
||||
http-request add-header X-Forwarded-Proto https if { ssl_fc }
|
||||
option httpchk HEAD / HTTP/1.1\r\nHost:localhost
|
||||
server awx_1 awx_1:8013 check
|
||||
server awx_2 awx_2:8013 check
|
||||
server awx_3 awx_3:8013 check
|
||||
server awx-1 awx-1:8013 check
|
||||
server awx-2 awx-2:8013 check
|
||||
server awx-3 awx-3:8013 check
|
||||
|
||||
backend nodes_ssl
|
||||
mode tcp
|
||||
balance roundrobin
|
||||
server awx_1 awx_1:8043
|
||||
server awx_2 awx_2:8043
|
||||
server awx_3 awx_3:8043
|
||||
|
||||
backend rabbitctl_nodes
|
||||
mode http
|
||||
balance roundrobin
|
||||
option forwardfor
|
||||
option http-pretend-keepalive
|
||||
http-request set-header X-Forwarded-Port %[dst_port]
|
||||
http-request add-header X-Forwarded-Proto https if { ssl_fc }
|
||||
#option httpchk HEAD / HTTP/1.1\r\nHost:localhost
|
||||
server rabbitmq_1 rabbitmq_1:15672
|
||||
server rabbitmq_2 rabbitmq_2:15672
|
||||
server rabbitmq_3 rabbitmq_3:15672
|
||||
server awx-1 awx-1:8043
|
||||
server awx-2 awx-2:8043
|
||||
server awx-3 awx-3:8043
|
||||
|
||||
listen stats
|
||||
bind *:1936
|
||||
|
||||
Reference in New Issue
Block a user