https://github.com/catap/ngx_http_delay_module
https://github.com/catap/ngx_http_delay_module
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catap/ngx_http_delay_module
- Owner: catap
- License: other
- Created: 2011-07-18T13:03:25.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T13:04:46.000Z (about 15 years ago)
- Last Synced: 2025-07-23T13:30:56.927Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Delay module for nginx.
This module allows to delay requests for a given time.
Configuration directives:
delay
Context: http, server, location
Default: 0
Delay requests for a given time.
Usage:
location = /slow {
delay 10s;
...
}
Note that internal redirects (e.g. directory index ones) will trigger another
delay.
To compile nginx with delay module, use "--add-module " option
to nginx configure.
Development of this module was sponsored by Openstat (http://www.openstat.com/).