nginx-0.7.36

Igor Sysoev is at rambler-co.ru
Sat Feb 21 10:32:25 MSK 2009


Changes with nginx 0.7.36                                        21 Feb 2009

    *) Feature: a preliminary IPv6 support; the "listen" directive of the 
       HTTP module supports IPv6.

    *) Bugfix: the $ancient_browser variable did not work for browsers 
       preset by a "modern_browser" directives.


Usage:

./configure --with-ipv6 ...


http {

    server {
        listen  *:8000;         # ipv4
        listen  [::]:8000;      # ipv6
        listen  [fe80::1];      # ipv6


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list