Add MIME type for CSV files

This commit is contained in:
Antoine Augusti 2024-11-19 11:28:06 -05:00
parent 7cd60cd475
commit f3b368e142
No known key found for this signature in database
GPG Key ID: 3BDDF3BB191604A1

View File

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