From 822aa2eacf6bd9391fba20e222fbcce0b5af0982 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:37:34 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 07dd39a..3b33cc4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ -rewrite ^__PATH__$ __PATH__/ permanent; +#rewrite ^__PATH__$ __PATH__/ permanent; location = __PATH__/ { - add_header Content-Type text/plain; + more_set_headers Content-Type text/plain; return 200 'Syncstorage is running'; }