mirror of
https://github.com/nginx/nginx.git
synced 2026-06-11 09:52:43 -04:00
change RSS MIME type
This commit is contained in:
parent
da02ddc6fd
commit
ebc507bc78
1 changed files with 2 additions and 1 deletions
|
|
@ -2,11 +2,12 @@
|
|||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
text/xml xml rss;
|
||||
text/xml xml;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/x-javascript js;
|
||||
application/atom+xml atom;
|
||||
application/rss+xml rss;
|
||||
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue