view README @ 5:ae29daca3f0e default tip

Explicit use of "proxy_request_buffering on" in tests. This allows to avoid spurious tests failures in test runs with request buffering switched off by default.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 06 Mar 2015 17:44:38 +0300
parents 5dcad7ad8eda
children
line wrap: on
line source

Catch body filter module for nginx.

This is a test module, to check request body filters experimental
machinery to be introduced.

Example:

    location / {
        catch_body on;
    }

The module will return 403 if there is an "X" char in the request body.

To compile nginx with catch body module, use "--add-module <path>" option
to nginx configure.