From f3b368e1422ab85f14045f7370a6f7d395827cd9 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Tue, 19 Nov 2024 11:28:06 -0500 Subject: [PATCH] Add MIME type for CSV files --- conf/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mime.types b/conf/mime.types index 1c00d701a..1be8baf93 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -2,6 +2,7 @@ types { text/html html htm shtml; text/css css; + text/csv csv; text/xml xml; image/gif gif; image/jpeg jpeg jpg;