This commit is contained in:
muppeth 2021-04-27 05:43:00 +02:00
parent f2deef006f
commit 5393af167d
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
try_files $uri =404;
}
{% if item.debug defined and item.debug == 'true' %}
{% if item.debug is defined and item.debug == 'true' %}
# This block provides an alternative means of loading content
# otherwise only served via websocket. This is solely for debugging purposes,
# and is thus not allowed by default.