comparison README @ 0:5dcad7ad8eda

Initial import.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 19 Jan 2015 15:37:04 +0300
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5dcad7ad8eda
1 Catch body filter module for nginx.
2
3 This is a test module, to check request body filters experimental
4 machinery to be introduced.
5
6 Example:
7
8 location / {
9 catch_body on;
10 }
11
12 The module will return 403 if there is an "X" char in the request body.
13
14 To compile nginx with catch body module, use "--add-module <path>" option
15 to nginx configure.