Skip to content
Snippets Groups Projects
Commit a7be4517 authored by Arne Øslebø's avatar Arne Øslebø
Browse files

Merge branch 'dev3' of https://scm.uninett.no/geant-wp8-t3.1/soctools into dev3

parents c618605d 96b4a9f0
No related branches found
No related tags found
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