fix root path

This commit is contained in:
meaz 2021-04-07 16:15:45 +02:00
parent 6a788249f1
commit 320ec09f94
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% block location %}
root {{ nginx_www_dir }}{{ item.root }};
root {{ item.root }};
index index.html index.htm index.php;