From 3072c0e002c25a31e4d88543c4c57bee79409069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 18 Jan 2024 11:44:46 +0100 Subject: [PATCH] Try without root level return 200 in nginx --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 066f3f3..3a1a0d0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,10 +9,10 @@ location __PATH__/ { proxy_buffering off; } -location = __PATH__/ { - default_type text/plain; - return 200 "This is where Standard Notes - Syncing Server is installed."; -} +# location = __PATH__/ { +# default_type text/plain; +# return 200 "This is where Standard Notes - Syncing Server is installed."; +# } location __PATH__/files/ { proxy_pass http://127.0.0.1:__PORT_FILES__/;