From dece9cc154c6f4c39269de0b00a46241b9a385dd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 17:10:37 +0400 Subject: [PATCH] New path to radio_filelist.html. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx.conf b/configs/nginx.conf index 1f69cd6..bed2215 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/radio/static/radio_filelist.html; + alias $dwelling_root/shared/radio_filelist.html; }