comparison CHANGES @ 580:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents bc110f60c0de
children c456a023113c
comparison
equal deleted inserted replaced
579:c570633043e7 580:4d3e880ce86c
1
2 Changes with nginx 0.8.42 21 Jun 2010
3
4 *) Change: now nginx tests locations given by regular expressions, if
5 request was matched exactly by a location given by a prefix string.
6 The previous behavior has been introduced in 0.7.1.
7
8 *) Feature: the ngx_http_scgi_module.
9 Thanks to Manlio Perillo.
10
11 *) Feature: a text answer may be added to a "return" directive.
12
1 13
2 Changes with nginx 0.8.41 15 Jun 2010 14 Changes with nginx 0.8.41 15 Jun 2010
3 15
4 *) Security: nginx/Windows worker might be terminated abnormally if a 16 *) Security: nginx/Windows worker might be terminated abnormally if a
5 requested file name has invalid UTF-8 encoding. 17 requested file name has invalid UTF-8 encoding.