view README @ 3:d7b8639a8857

Tests for "proxy_request_buffering off".
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 09 Feb 2015 16:33:13 +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.