Skip to content
Snippets Groups Projects
Commit 2c54b2a0 authored by Lars Beckers's avatar Lars Beckers
Browse files

webserver: fix params for upstream directive

parent 08a3b069
No related branches found
No related tags found
No related merge requests found
upstream {{ upstream.name }} {
{% for param in upstream.params|default([]) %}
{% if param is string %}
{{ param }}
{{ param }};
{% else %}
{{ param.key }} {{ param.value }};
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment