Nginx 1.0 + IPv6 kills server when accessed over IPv6
egill
nginx-forum at nginx.us
Tue Apr 19 15:02:09 MSD 2011
Igor Sysoev Wrote:
-------------------------------------------------------
> On Mon, Apr 18, 2011 at 06:25:52PM -0400, egill
> wrote:
>
> Try to set the backlog option for listening
> socket:
>
> listen 80 backlog=1024;
> or
> listen [::]:80 backlog=1024;
>
>
> --
> Igor Sysoev
>
I set the backlog for the IPv6 listen entry to 1024 and it works like a
charm.
Excellent, thanks for your help!
Kind regards,
Egill R.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,192128,192297#msg-192297
More information about the nginx
mailing list