mirror of
https://github.com/nginx/nginx.git
synced 2025-07-20 19:27:29 +08:00
Add MIME type for CSV files
This commit is contained in:
parent
7cd60cd475
commit
f3b368e142
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user