An open API service indexing awesome lists of open source software.

https://github.com/catap/ngx_http_delay_module


https://github.com/catap/ngx_http_delay_module

Last synced: 11 months ago
JSON representation

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/).