nginx is a very fast and very lightweight web server that can handle static HTML blazingly fast, and does very well with dynamic (PHP) content as well. In fact the very site your viewing is running atop of nginx. nginx isn't ideal for every server, and can't handle SVN or WebDAV among other protocols. But for your average site, nginx is choice.
The trouble was that I have lots of site (like this one!) that rely on a myriad of rewrite rules and logic to direct users properly. Because we lose the mod_rewrite provided by apache, we need to tell nginx about our rewrite rules.
Luckily the logic is very similar, and all expression based as before...
Please visit EdwardAWebb.com to view the rest of this article without ads.
