Match Location Based on File Extension with NGINX
Published: March 5, 2015 at 8:44:46 PM UTC
This article explains how to do pattern matching based on file extensions in location contexts in NGINX, useful for URL rewriting or otherwise handling files differently based on their type. Read more...
NGINX
Posts about NGINX, one of the best and most popular web servers/caching proxies in the world. It powers a large part of the public world wide web in directly or indirectly, and this website is no exception, it is indeed deployed in an NGINX configuration.
Posts
Deleting NGINX Cache Puts Critical Unlink Errors in Error Log
Published: March 4, 2015 at 8:43:32 PM UTC
This article explains how to delete items from NGINX's cache without having your log files cluttered with error messages. While not generally a recommended approach, it may be useful in some edge cases. Read more...
How to Set Up Separate PHP-FPM Pools in NGINX
Published: March 3, 2015 at 3:55:36 PM UTC
In this article, I go over the configuration steps needed to run multiple PHP-FPM pools and connect NGINX to them via FastCGI, allowing for process separation and isolation between virtual hosts. Read more...






