comparison conf/mime.types @ 382:984bb0b1399b NGINX_0_7_3

nginx 0.7.3 *) Change: the "rss" extension MIME type has been changed to "application/rss+xml". *) Change: now the "gzip_vary" directive turned on issues a "Vary: Accept-Encoding" header line for uncompressed responses too. *) Feature: now the "rewrite" directive does a redirect automatically if the "https://" protocol is used. *) Bugfix: the "proxy_pass" directive did not work with the HTTPS protocol; the bug had appeared in 0.6.9.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Jun 2008 00:00:00 +0400
parents 5e3b425174f6
children 6ebbca3d5ed7
comparison
equal deleted inserted replaced
381:23d1555141d9 382:984bb0b1399b
1 1
2 types { 2 types {
3 text/html html htm shtml; 3 text/html html htm shtml;
4 text/css css; 4 text/css css;
5 text/xml xml rss; 5 text/xml xml;
6 image/gif gif; 6 image/gif gif;
7 image/jpeg jpeg jpg; 7 image/jpeg jpeg jpg;
8 application/x-javascript js; 8 application/x-javascript js;
9 application/atom+xml atom; 9 application/atom+xml atom;
10 application/rss+xml rss;
10 11
11 text/mathml mml; 12 text/mathml mml;
12 text/plain txt; 13 text/plain txt;
13 text/vnd.sun.j2me.app-descriptor jad; 14 text/vnd.sun.j2me.app-descriptor jad;
14 text/vnd.wap.wml wml; 15 text/vnd.wap.wml wml;