From ccabc859e9725862ee813711d5aed84a30f20a87 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 17:11:51 +0400 Subject: [PATCH] Nah, no shared folder needed. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index bed2215..5023a67 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -30,7 +30,7 @@ server { location =/filelist { add_header Content-Type "text/html"; - alias $dwelling_root/shared/radio_filelist.html; + alias $dwelling_root/radio_filelist.html; }