Optimizing PHP-FPM
As mentioned in the previous post about laravel forge and setting it up the right way there was going to be a separate post just about PHP-FPM and how to configure it correctly.
What is FPM?
PHP-FPM stands for “Fast Process Manager” and is mostly being used in combination with an Nginx webserver. If …