Add timeouts handling to backend section of template.
This commit is contained in:
parent
2f2feec25e
commit
5a1d62f9ac
1 changed files with 5 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue