nginx-0.8.11
Igor Sysoev
is at rambler-co.ru
Fri Aug 28 19:28:47 MSD 2009
On Fri, Aug 28, 2009 at 05:40:39PM +0400, Igor Sysoev wrote:
> Changes with nginx 0.8.11 28 Aug 2009
>
> *) Change: directive "gzip_disable msie6" enables gzipping for
> MSIE 6.0 SV1.
>
> *) Feature: file AIO support on FreeBSD and Linux.
>
> *) Feature: the "directio_alignment" directive.
FreeBSD settings:
location /video/ {
sendfile off;
aio on;
}
Linux settings:
location /video/ {
aio on;
directio 512;
# 4K alignment for XFS
#directio_alignment 4k;
output_buffers 1 128k;
}
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list