Occasionally, you may run into a max_children error with the PHP-FPM server: [10-Dec-2018 04:30:31] WARNING: [pool example1] server reached max_children setting (5), consider raising it This can be fixed by typically making a change to the php-fpm.conf file, but you should also check for the other possible causes of that error. As PHP-FPM is a Read More >