mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 11:38:36 +08:00
change RSS MIME type
This commit is contained in:
parent
da02ddc6fd
commit
ebc507bc78
@ -2,11 +2,12 @@
|
|||||||
types {
|
types {
|
||||||
text/html html htm shtml;
|
text/html html htm shtml;
|
||||||
text/css css;
|
text/css css;
|
||||||
text/xml xml rss;
|
text/xml xml;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
application/x-javascript js;
|
application/x-javascript js;
|
||||||
application/atom+xml atom;
|
application/atom+xml atom;
|
||||||
|
application/rss+xml rss;
|
||||||
|
|
||||||
text/mathml mml;
|
text/mathml mml;
|
||||||
text/plain txt;
|
text/plain txt;
|
||||||
|
Loading…
Reference in New Issue
Block a user