Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-15MIME: added font/woff2 type (ticket #1243).Valentin Bartenev
2018-06-15MIME: changed type for woff to font/woff (ticket #1243).Valentin Bartenev
According to RFC 8081 the previously used application/font-woff type is deprecated.
2017-10-02MIME: added most common OpenDocument types.Maxim Dounin
Requested by Michiel Leenaars.
2017-10-02MIME: style.Maxim Dounin
Restored alphabetical order within groups, OOXML types placed to the application/ group and wrapped to avoid lines longer than 80 chars.
2014-03-06MIME: added application/xspf+xml MIME type (ticket #479).Filipe da Silva
2014-03-04MIME: added video/mp2t and application/vnd.apple.mpegurl types.Roman Arutyunyan
Both types are used by HLS. The values are taken from RFC 3555 and HLS specification respectively.
2013-09-18MIME: added application/json MIME type.Piotr Sikora
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
2013-08-23MIME: eot MIME type updated to follow IANA (ticket #306).Sergey Kandaurov
2013-08-23MIME: added the most common OOXML MIME types (ticket #243).Sergey Kandaurov
2013-08-23MIME: added application/font-woff MIME type (ticket #292).Sergey Kandaurov
2013-07-31MIME: use "application/javascript" for .js files.Valentin Bartenev
Though there are several MIME types commonly used for JavaScript nowadays, the most common being "text/javascript", "application/javascript", and currently used by nginx "application/x-javascript", RFC 4329 prefers "application/javascript". The "charset_types" directive's default value was adjusted accordingly.
2011-11-21svgz extension for compressed SVG added (close #56).Maxim Konovalov
2011-11-14Added image/webp and video/webm MIME types.Valentin Bartenev
2011-10-28Adding m4a and m4v MIME types (closed #42).Igor Sysoev
2011-09-09"video/mp4" mime type added.Igor Sysoev
2011-02-21fix xhtml mime typeIgor Sysoev
thanks to Michael Lustfield the previous value has been suggested by Konstantin Arkhipov
2010-11-30add audio/oggIgor Sysoev
2010-03-03add 7z MIME typeIgor Sysoev
2008-08-19add Google Earth MIME typesIgor Sysoev
2008-06-20change RSS MIME typeIgor Sysoev
2007-08-21add svg mime typeIgor Sysoev
2007-01-10application/atom+xmlIgor Sysoev
2006-11-22add mime typesIgor Sysoev
2006-07-28nginx-0.3.55-RELEASE importrelease-0.3.55Igor Sysoev
*) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50.
2006-05-11nginx-0.3.46-RELEASE importrelease-0.3.46Igor Sysoev
*) Feature: the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", and "fastcgi_pass_header" directives. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" directives were canceled. *) Feature: the "X-Accel-Buffering" response header line is supported in proxy mode. *) Bugfix: the reconfiguration bug and memory leaks in the ngx_http_perl_module.
2005-12-16nginx-0.3.16-RELEASE importrelease-0.3.16Igor Sysoev
*) Feature: the ngx_http_map_module. *) Feature: the "types_hash_max_size" and "types_hash_bucket_size" directives. *) Feature: the "ssi_value_length" directive. *) Feature: the "worker_rlimit_core" directive. *) Workaround: the connection number in logs was always 1 if nginx was built by the icc 8.1 or 9.0 compilers with optimization for Pentium 4. *) Bugfix: the "config timefmt" SSI command set incorrect time format. *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the SSL connections; the bug had appeared in 0.3.13. Thanks to Rob Mueller. *) Bugfix: segmentation fault may occurred in at SSL shutdown; the bug had appeared in 0.3.13.
2005-10-21nginx-0.3.5-RELEASE importrelease-0.3.5Igor Sysoev
*) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login was changed by authorization server; the bug had appeared in 0.2.2. *) Bugfix: the accept mutex did not work and all connections were handled by one process; the bug had appeared in 0.3.3. *) Bugfix: the timeout did not work if the "rtsig" method and the "timer_resolution" directive were used.
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev
*) Feature: the ngx_http_ssi_module supports "include virtual" command. *) Feature: the ngx_http_ssi_module supports the condition command like 'if expr="$NAME"' and "else" and "endif" commands. Only one nested level is supported. *) Feature: the ngx_http_ssi_module supports the DATE_LOCAL and DATE_GMT variables and "config timefmt" command. *) Feature: the "ssi_ignore_recycled_buffers" directive. *) Bugfix: the "echo" command did not show the default value for the empty QUERY_STRING variable. *) Change: the ngx_http_proxy_module was rewritten. *) Feature: the "proxy_redirect", "proxy_pass_request_headers", "proxy_pass_request_body", and "proxy_method" directives. *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was canceled and must be replaced with the proxy_set_header directive. *) Change: the "proxy_preserve_host" is canceled and must be replaced with the "proxy_set_header Host $host" and the "proxy_redirect off" directives, the "proxy_set_header Host $host:$proxy_port" directive and the appropriate proxy_redirect directives. *) Change: the "proxy_set_x_real_ip" is canceled and must be replaced with the "proxy_set_header X-Real-IP $remote_addr" directive. *) Change: the "proxy_add_x_forwarded_for" is canceled and must be replaced with the "proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for" directive. *) Change: the "proxy_set_x_url" is canceled and must be replaced with the "proxy_set_header X-URL http://$host:$server_port$request_uri" directive. *) Feature: the "fastcgi_param" directive. *) Change: the "fastcgi_root", "fastcgi_set_var" and "fastcgi_params" directive are canceled and must be replaced with the fastcgi_param directives. *) Feature: the "index" directive can use the variables. *) Feature: the "index" directive can be used at http and server levels. *) Change: the last index only in the "index" directive can be absolute. *) Feature: the "rewrite" directive can use the variables. *) Feature: the "internal" directive. *) Feature: the CONTENT_LENGTH, CONTENT_TYPE, REMOTE_PORT, SERVER_ADDR, SERVER_PORT, SERVER_PROTOCOL, DOCUMENT_ROOT, SERVER_NAME, REQUEST_METHOD, REQUEST_URI, and REMOTE_USER variables. *) Change: nginx now passes the invalid lines in a client request headers or a backend response header. *) Bugfix: if the backend did not transfer response for a long time and the "send_timeout" was less than "proxy_read_timeout", then nginx returned the 408 response. *) Bugfix: the segmentation fault was occurred if the backend sent an invalid line in response header; the bug had appeared in 0.1.26. *) Bugfix: the segmentation fault may occurred in FastCGI fault tolerance configuration. *) Bugfix: the "expires" directive did not remove the previous "Expires" and "Cache-Control" headers. *) Bugfix: nginx did not take into account trailing dot in "Host" header line. *) Bugfix: the ngx_http_auth_module did not work under Linux. *) Bugfix: the rewrite directive worked incorrectly, if the arguments were in a request. *) Bugfix: nginx could not be built on MacOS X.
2005-04-08nginx-0.1.28-RELEASE importrelease-0.1.28Igor Sysoev
*) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
2004-10-04nginx-0.1.0-RELEASE importrelease-0.1.0Igor Sysoev
*) The first public version.