comparison CHANGES @ 572:ff463db0be31 NGINX_0_8_38

nginx 0.8.38 *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Bugfix: now "limit_req" delay directive conforms to the described algorithm. Thanks to Maxim Dounin. *) Bugfix: the $uid_got variable might not be used in the SSI and perl modules.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 May 2010 00:00:00 +0400
parents 8246d8a2c2be
children 7858d4f8dec4
comparison
equal deleted inserted replaced
571:5b59e716792b 572:ff463db0be31
1
2 Changes with nginx 0.8.38 24 May 2010
3
4 *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives.
5
6 *) Feature: now the "rewrite" directive does a redirect automatically
7 if the $scheme variable is used.
8 Thanks to Piotr Sikora.
9
10 *) Bugfix: now "limit_req" delay directive conforms to the described
11 algorithm.
12 Thanks to Maxim Dounin.
13
14 *) Bugfix: the $uid_got variable might not be used in the SSI and perl
15 modules.
16
1 17
2 Changes with nginx 0.8.37 17 May 2010 18 Changes with nginx 0.8.37 17 May 2010
3 19
4 *) Feature: the ngx_http_split_clients_module. 20 *) Feature: the ngx_http_split_clients_module.
5 21