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; }