## Change the limits, write the lines in the / etc / sysctl.conf file nano /etc/sysctl.conf ## add net.core.somaxconn = 20000 net.core.netdev_max_backlog = 65535 ## Apply parameters sysctl -p ## Restart php-fpm service php-fpm restart