fix error on root path

This commit is contained in:
meaz 2023-08-03 11:30:03 +02:00
parent 80dd92a994
commit 9c0f8ddc68
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "core.j2" %}
{% block root %}
root {{ nginx_www_dir }}{{ item.root }};
root {{ item.root }};
index {{ item.index }};
{% endblock %}