diff --git a/conf/nginx.conf b/conf/nginx.conf index 3a1a0d0..066f3f3 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__/;