fix filter name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-25 10:30:39 +02:00
parent c06253a5c6
commit 7a811cb268
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ http {
{% else %}
access_log off;
{% endif %}
{% if nginx_error_page is defined and nginx_error_page | len > 0 %}
{% if nginx_error_page is defined and nginx_error_page | length > 0 %}
{% for error in nginx_error_page %}
error_page {{ error.code }} {{ error.dest }};