diff README @ 0:5dcad7ad8eda

Initial import.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 19 Jan 2015 15:37:04 +0300
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+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.