1
0

This fixes an issue when filelist is being downloaded instead.

This commit is contained in:
Alexander Andreev 2022-04-16 16:05:37 +04:00
parent 2f17e0a54f
commit 8c895db131
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -29,7 +29,7 @@ server {
location =/filelist {
add_header Content-Type "text/html";
default_type text/html;
alias $dwelling_root/radio_filelist.html;
}