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