diff --git a/configs/nginx.conf b/configs/nginx.conf index 5023a67..13cf1ba 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -29,7 +29,7 @@ server { location =/filelist { - add_header Content-Type "text/html"; + default_type text/html; alias $dwelling_root/radio_filelist.html; }