cryptpad - commented out by default datastore location #10

Merged
muppeth merged 5 commits from cryptpad into master 2021-04-27 21:17:18 +02:00

View file

@ -160,6 +160,7 @@
try_files $uri =404; try_files $uri =404;
} }
{% if item.debug is defined and item.debug == 'true' %}
# This block provides an alternative means of loading content # This block provides an alternative means of loading content
# otherwise only served via websocket. This is solely for debugging purposes, # otherwise only served via websocket. This is solely for debugging purposes,
# and is thus not allowed by default. # and is thus not allowed by default.
@ -167,6 +168,7 @@
add_header Cache-Control max-age=0; add_header Cache-Control max-age=0;
try_files $uri =404; try_files $uri =404;
} }
{% endif %}
# The nodejs server has some built-in forwarding rules to prevent # 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 # URLs like /pad from resulting in a 404. This simply adds a trailing slash