IPv6 support

任晓磊 julyclyde at gmail.com
Mon Feb 1 10:31:09 MSK 2010


The default "listen 80" doesn't order nginx to listen on a IPv6
address. I cannot understand this.

At last, I use
listen [::]:80 default ipv6only=on;
listen 80;
to order nginx serve on ipv4 and ipv6.

A single "listen [::]:80;" makes it listen only on ipv6 address.

2010/2/1 任晓磊 <julyclyde at gmail.com>:
> Thank you. I upgrade the deb package to 0.7.24 with ipv6 option. What
> configuration should I set in nginx.conf ?


-- 
Ren Xiaolei



More information about the nginx mailing list