From f7b9520ba9b38784599e4fb08fa954561bcd3309 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 22 Jul 2021 10:07:07 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3a0425e..7fa2b60 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -30,7 +30,7 @@ location __PATH__/ { #more_set_headers "Access-Control-Expose-Headers: Content-Length"; #more_set_headers "Access-Control-Allow-Headers: Range"; #more_set_headers "Accept-Ranges: bytes"; - root __FINALPATH__/; + root __FINALPATH__/; } # Include SSOWAT user panel.