I’m currently in the process of switching my webserver from Apache with mod_php to the much faster NGINX with PHP-FPM, as I’m finding BugMuncher is running out of memory on the old apache set up.
I’ve been using Apache on webservers for as long as I can remember, so switching to NGINX has been a bit odd so far, especially understanding requests. So I’ve decided to write a series of posts documenting the lessons I learn, partly so I can refer to them, but also for anyone else making the switch to NGINX.