From 221ec0105c02aabe37d7e7afdae10953aeb5a113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 May 2024 08:46:43 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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__/;