fix ordering
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-25 11:33:35 +02:00
parent 21bd776e75
commit d8667df8d8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,6 @@ server {
}
{% endfor %}
{% endif %}
{% for error_location in nginx_error_location %}
location {{ error_location.match }} {
{% if error_location.root is defined and error_location.root %}
@ -107,5 +106,6 @@ server {
{% endif %}
}
{% endfor %}
{% endif %}
}
{% endfor %}