Closed cookandy closed 8 years ago
Can you please tell me what the logic is behind using real_port="${!instance_prefix}${real}" in haproxy_reload.sh. Won't real_port always be set to 0?
real_port="${!instance_prefix}${real}"
real_port
0
Never mind, I answered my own question - it's 8550 or 8660. Thanks.
8550
8660
Can you please tell me what the logic is behind using
real_port="${!instance_prefix}${real}"
in haproxy_reload.sh.Won't
real_port
always be set to0
?