Category Archives: nginx

HTTP request processing phases in Nginx

Nginx processes HTTP requests in multiple phases. In each of the phases there might be 0 or more handlers called. In the Nginx source code phases have specific constants associated with them. Here is a list of all phases: NGX_HTTP_SERVER_REWRITE_PHASE … Continue reading

Posted in nginx | 6 Comments