Skip to content
Snippets Groups Projects
Commit 5a1d62f9 authored by Dag Stenstad's avatar Dag Stenstad
Browse files

Add timeouts handling to backend section of template.

parent 2f2feec2
Branches
No related tags found
No related merge requests found
......@@ -472,6 +472,11 @@ backend {{ backend.get('name', backend_name) }}
{%- if 'balance' in backend %}
balance {{ backend.balance }}
{%- endif %}
{%- if 'timeouts' in backend %}
{%- for timeout in backend.timeouts %}
timeout {{ timeout }}
{%- endfor %}
{%- endif %}
{%- if 'options' in backend %}
{%- if backend.options is string %}
option {{ backend.options }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment