comparison README @ 0:a386f95c5ae9

Initial module skeleton. Mostly based on catch body filter. Does not work yet.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Aug 2021 22:51:56 +0300
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a386f95c5ae9
1 Delay body filter module for nginx.
2
3 This is a test module, to check request body filters buffering
4 mechanism to be introduced.
5
6 Example:
7
8 location / {
9 delay_body 1s;
10 }
11
12 The module will delay the request body processing for the configured time.
13
14 To compile nginx with the delay body module, use the "--add-module <path>"
15 option of nginx configure.