Setting Up Nginx & PHP-FPM on Ubuntu 10.04
This is another wonderful setup that I’ve found myself using rather than the traditional Apache & mod_php setup. What is Nginx? Nginx (pronounced engine-x) is a fast, powerful, lightweight web server. I won’t go into the theory under-the-hood, but it’s focus is high concurrency with low memory usage. So while Apache is more robust in …
Read more »