Fixed unclosed filter directive
This commit is contained in:
parent
b1c93d6089
commit
eaf8320201
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ server {
|
||||||
{{ config }}
|
{{ config }}
|
||||||
|
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
{%- endfilter %}
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
access_log /var/log/nginx/{{ item.key }}.log;
|
access_log /var/log/nginx/{{ item.key }}.log;
|
||||||
|
|
Loading…
Reference in a new issue