Skip to content
Snippets Groups Projects
Commit 96b4a9f0 authored by Temur Maisuradze's avatar Temur Maisuradze
Browse files

fix haproxy configuration

parent 876a5d58
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ listen nifiserv
balance source
option tcpka
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:9443 check
server {{nifihost}} {{nifihost}}:9443 ssl check verify none
{% endfor %}
listen odfeserv
......@@ -92,9 +92,9 @@ listen nifiservhttp{{port}}
balance source
option tcpka
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:77{{port}} check
server {{nifihost}} {{nifihost}}:{{port}} check
{% endfor %}
{% endfor %}
......@@ -109,7 +109,7 @@ listen nifiservtcp{{port}}
option tcp-check
tcp-check connect port {{port}}
{% for nifihost in groups['nificontainers'] %}
server {{nifihost}} {{nifihost}}:77{{port}} check
server {{nifihost}} {{nifihost}}:{{port}} check
{% endfor %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment