comparison CHANGES @ 406:79c5df00501e NGINX_0_7_15

nginx 0.7.15 *) Feature: the ngx_http_random_index_module. *) Feature: the "directio" directive has been optimized for file requests starting from arbitrary position. *) Feature: the "directio" directive turns off sendfile if it is necessary. *) Feature: now nginx allows underscores in a client request header line names.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Sep 2008 00:00:00 +0400
parents a094317ba307
children a2a3905c04ab
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
1
2 Changes with nginx 0.7.15 08 Sep 2008
3
4 *) Feature: the ngx_http_random_index_module.
5
6 *) Feature: the "directio" directive has been optimized for file
7 requests starting from arbitrary position.
8
9 *) Feature: the "directio" directive turns off sendfile if it is
10 necessary.
11
12 *) Feature: now nginx allows underscores in a client request header
13 line names.
14
1 15
2 Changes with nginx 0.7.14 01 Sep 2008 16 Changes with nginx 0.7.14 01 Sep 2008
3 17
4 *) Change: now the ssl_certificate and ssl_certificate_key directives 18 *) Change: now the ssl_certificate and ssl_certificate_key directives
5 have not default values. 19 have not default values.