cryptpad - commented out by default datastore location (#10)

Merge branch 'cryptpad' of git.disroot.org:Disroot-Ansible/nginx into cryptpad

fixed

Merge branch 'master' into cryptpad

Merge branch 'master' into cryptpad

cryptpad - commented out by default datastore location

Co-authored-by: muppeth <muppeth@disroot.org>
Co-authored-by: meaz <meaz@no-reply@disroot.org>
Reviewed-on: #10
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Reviewed-by: meaz <meaz@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-04-27 19:17:17 +00:00
parent b314f0ce02
commit 1dd23b29d0
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