From 8c895db131d2c74b14899862331dbdb316b2c8a1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 16 Apr 2022 16:05:37 +0400 Subject: [PATCH] This fixes an issue when filelist is being downloaded instead. --- configs/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }