Nginx backlog

nginx error, the system lacked sufficient buffer space or because queue was full, means that there are too many concurrent connections, the buffer is occupied, and it is 502 to restart the nginx access service. It is said that backlog is not enough. Which configuration should be modified by window?

Apr.09,2021

net.ipv4.tcp_max_syn_backlog = 102400


Windows?
nginx is a toy under Windows. Use IIS or Apache instead.

Menu