mirror of
https://github.com/nginx/nginx.git
synced 2025-07-21 03:44:05 +08:00
Add MIME type for CSV files
This commit is contained in:
parent
7cd60cd475
commit
f3b368e142
@ -2,6 +2,7 @@
|
|||||||
types {
|
types {
|
||||||
text/html html htm shtml;
|
text/html html htm shtml;
|
||||||
text/css css;
|
text/css css;
|
||||||
|
text/csv csv;
|
||||||
text/xml xml;
|
text/xml xml;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
|
Loading…
Reference in New Issue
Block a user