> On Oct 28, 2014, at 12:49 AM, karu.pruun <[email protected]> wrote: > > How do you enable the so_reuseport options, is it the sysctl ones? > > net.inet.tcp.reuseport_ext: 1 > net.inet.udp.reuseport_ext: 1 > >
Put this in nginx.conf: so_reuseport on;
