cryptpad - commented out by default datastore location

This commit is contained in:
meaz 2021-04-26 11:46:30 +02:00
parent 26315a88f4
commit f881d553a8
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@
try_files $uri =404;
}
{% 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.
@ -167,6 +168,7 @@
add_header Cache-Control max-age=0;
try_files $uri =404;
}
{% endif %}
# The nodejs server has some built-in forwarding rules to prevent
# URLs like /pad from resulting in a 404. This simply adds a trailing slash