comparison CHANGES @ 464:c8cfb6c462ef NGINX_0_7_44

nginx 0.7.44 *) Feature: the ngx_http_proxy_module preliminary cache support. *) Feature: the --with-pcre option in the configure. *) Feature: the "try_files" directive is now allowed on the server block level. *) Bugfix: the "try_files" directive handled incorrectly a query string in a fallback parameter. *) Bugfix: the "try_files" directive might test incorrectly directories. *) Bugfix: if there is the single server for given address:port pair, then captures in regular expressions in a "server_name" directive did not work.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Mar 2009 00:00:00 +0300
parents dcb6b5f9d526
children 56baf312c1b5
comparison
equal deleted inserted replaced
463:51cb914e6d3a 464:c8cfb6c462ef
1
2 Changes with nginx 0.7.44 23 Mar 2009
3
4 *) Feature: the ngx_http_proxy_module preliminary cache support.
5
6 *) Feature: the --with-pcre option in the configure.
7
8 *) Feature: the "try_files" directive is now allowed on the server
9 block level.
10
11 *) Bugfix: the "try_files" directive handled incorrectly a query string
12 in a fallback parameter.
13
14 *) Bugfix: the "try_files" directive might test incorrectly directories.
15
16 *) Bugfix: if there is the single server for given address:port pair,
17 then captures in regular expressions in a "server_name" directive
18 did not work.
19
1 20
2 Changes with nginx 0.7.43 18 Mar 2009 21 Changes with nginx 0.7.43 18 Mar 2009
3 22
4 *) Bugfix: a request was handled incorrectly, if a "root" directive 23 *) Bugfix: a request was handled incorrectly, if a "root" directive
5 used variables; the bug had appeared in 0.7.42. 24 used variables; the bug had appeared in 0.7.42.