comparison CHANGES @ 104:146eff53ab60 NGINX_0_2_6

nginx 0.2.6 *) Change: while using load-balancing the time before the failed backend retry was decreased from 60 to 10 seconds. *) Change: the "proxy_pass_unparsed_uri" was canceled, the original URI now passed, if the URI part is omitted in "proxy_pass" directive. *) Feature: the "error_page" directive supports redirects and allows more flexible to change an error code. *) Change: the charset in the "Content-Type" header line now is ignored in proxied subrequests. *) Bugfix: if the URI was changed in the "if" block and request did not found new configuration, then the ngx_http_rewrite_module rules ran again. *) Bugfix: if the "set" directive set the ngx_http_geo_module variable in some configuration part, the this variable was not available in other configuration parts and the "using uninitialized variable" error was occurred; bug appeared in 0.2.2.
author Igor Sysoev <http://sysoev.ru>
date Wed, 05 Oct 2005 00:00:00 +0400
parents f63280c59dd5
children 45f7329b4bd0
comparison
equal deleted inserted replaced
103:acdd83ee07cb 104:146eff53ab60
1
2 Changes with nginx 0.2.6 05 Oct 2005
3
4 *) Change: while using load-balancing the time before the failed
5 backend retry was decreased from 60 to 10 seconds.
6
7 *) Change: the "proxy_pass_unparsed_uri" was canceled, the original URI
8 now passed, if the URI part is omitted in "proxy_pass" directive.
9
10 *) Feature: the "error_page" directive supports redirects and allows
11 more flexible to change an error code.
12
13 *) Change: the charset in the "Content-Type" header line now is ignored
14 in proxied subrequests.
15
16 *) Bugfix: if the URI was changed in the "if" block and request did not
17 found new configuration, then the ngx_http_rewrite_module rules ran
18 again.
19
20 *) Bugfix: if the "set" directive set the ngx_http_geo_module variable
21 in some configuration part, the this variable was not available in
22 other configuration parts and the "using uninitialized variable"
23 error was occurred; bug appeared in 0.2.2.
24
1 25
2 Changes with nginx 0.2.5 04 Oct 2005 26 Changes with nginx 0.2.5 04 Oct 2005
3 27
4 *) Change: the duplicate value of the ngx_http_geo_module variable now 28 *) Change: the duplicate value of the ngx_http_geo_module variable now
5 causes the warning and changes old value. 29 causes the warning and changes old value.
8 32
9 *) Feature: the ngx_http_ssi_module supports the "file" parameter in 33 *) Feature: the ngx_http_ssi_module supports the "file" parameter in
10 the "include" command. 34 the "include" command.
11 35
12 *) Feature: the ngx_http_ssi_module supports the variable value 36 *) Feature: the ngx_http_ssi_module supports the variable value
13 substitutions in epxiressions of the "if" command. 37 substitutions in expressions of the "if" command.
14 38
15 39
16 Changes with nginx 0.2.4 03 Oct 2005 40 Changes with nginx 0.2.4 03 Oct 2005
17 41
18 *) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text", 42 *) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text",