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

fix haproxy configuration

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