1
0

New path to radio_filelist.html.

This commit is contained in:
Alexander Andreev 2022-03-31 17:10:37 +04:00
parent 9d58b16d55
commit dece9cc154
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

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