Fixed typo "listerner" => "listener"
This commit is contained in:
parent
f4ce186b37
commit
7d4313aaf8
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ listen {{ listener.get('name', listener_name) }}
|
||||||
{%- if listener.extra is string %}
|
{%- if listener.extra is string %}
|
||||||
{{ listener.extra }}
|
{{ listener.extra }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{%- for line in listerner.extra %} {{ line }} {%- endfor %}
|
{%- for line in listener.extra %} {{ line }} {%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'defaultserver' in listener %}
|
{%- if 'defaultserver' in listener %}
|
||||||
|
|
Loading…
Reference in a new issue