comparison CHANGES @ 456:ca8f7f6cab16 NGINX_0_7_40

nginx 0.7.40 *) Feature: the "location" directive supports captures in regular expressions. *) Feature: an "alias" directive with capture references may be used inside a location given by a regular expression with captures. *) Feature: the "server_name" directive supports captures in regular expressions. *) Workaround: the ngx_http_autoindex_module did not show the trailing slash in directories on XFS filesystem; the issue had appeared in 0.7.15. Thanks to Dmitry Kuzmenko.
author Igor Sysoev <http://sysoev.ru>
date Mon, 09 Mar 2009 00:00:00 +0300
parents a8424ffa495c
children 2e2b57743e87
comparison
equal deleted inserted replaced
455:ead634c4b006 456:ca8f7f6cab16
1
2 Changes with nginx 0.7.40 09 Mar 2009
3
4 *) Feature: the "location" directive supports captures in regular
5 expressions.
6
7 *) Feature: an "alias" directive with capture references may be used
8 inside a location given by a regular expression with captures.
9
10 *) Feature: the "server_name" directive supports captures in regular
11 expressions.
12
13 *) Workaround: the ngx_http_autoindex_module did not show the trailing
14 slash in directories on XFS filesystem; the issue had appeared in
15 0.7.15.
16 Thanks to Dmitry Kuzmenko.
17
1 18
2 Changes with nginx 0.7.39 02 Mar 2009 19 Changes with nginx 0.7.39 02 Mar 2009
3 20
4 *) Bugfix: large response with SSI might hang, if gzipping was enabled; 21 *) Bugfix: large response with SSI might hang, if gzipping was enabled;
5 the bug had appeared in 0.7.28. 22 the bug had appeared in 0.7.28.