conversejs template - changed index variable (#14)

Co-authored-by: muppeth <muppeth@disroot.org>
Reviewed-on: #14
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@no-reply@disroot.org>
Co-committed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
muppeth 2021-06-08 21:28:31 +00:00
parent 47df845011
commit 361ec7afe3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
## LOCATIONS
location / {
root {{ conversejs_app_dir }};
index {{ conversejs_mode }}.html;
index {{ item.index }};
}
location ~ /\. {