On Wed, Mar 24, 2010 at 8:04 AM, Nikolaus Schulz <microsch...@web.de> wrote:
> That is ALMOST correct.  Unfortunately, its correctness depends upon the
> sysctl value net.ipv6.bindv6only.  In addition, the default for this
> value was recently changed to "1" by the netbase package (see bug
> #560238).
>
> So, on a current Sid system, the above line listens ONLY for IPv6
> connections, unless the adminstrator changed the default sysctl value.
> In order to work with both sysctl values, this does the trick:
>
>        listen   80;
>        listen   [::]:80 default ipv6only=on;
>
> See http://nginx.org/pipermail/nginx/2009-November/016672.html

Yeah. I'll fix it today.

Thanks for notice.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer | Identica: @kartikm
 Blogs: {ftbfs, kartikm}.wordpress.com



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to