fixed missing closing bracket on base template

This commit is contained in:
muppeth 2021-04-09 17:15:21 +02:00
parent 2841af5dae
commit cae0299400
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -8,10 +8,10 @@
{% block location %}
location / {
try_files {{ item.override_try_files | default('$uri $uri/ =404') }};
}
{% endblock %}
{% block app_root_location %}
{% endblock %}
}
{% block extra_locations %}
{% endblock %}