Redis backed rate limit module for Nginx
11 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
rate_limit
The `rate_limit` directive controls the rate of requests processed by an NGINX…
httpserverlocation
rate_limit_buffer_size
Sets the size of the buffer used for rate limit data when utilizing the…
httpserverlocation
rate_limit_connect_timeout
Sets the timeout for receiving a connection response when using Redis for rate…
httpserverlocation
rate_limit_headers
The rate_limit_headers directive enables the inclusion of rate limiting…
httpserverlocation
rate_limit_log_level
The 'rate_limit_log_level' directive defines the logging level for rate limit…
httpserverlocation
rate_limit_pass
The `rate_limit_pass` directive specifies the upstream server to use for…
httpserverlocation
rate_limit_prefix
Sets a prefix for rate limit keys used in Redis-backed rate limiting in NGINX.
httpserverlocation
rate_limit_quantity
Sets the quantity of requests allowed before rate limiting kicks in using the…
httpserverlocation
rate_limit_read_timeout
The `rate_limit_read_timeout` directive sets a timeout for reading responses…
httpserverlocation
rate_limit_send_timeout
The `rate_limit_send_timeout` directive sets the timeout duration for sending…
httpserverlocation
rate_limit_status
The `rate_limit_status` directive sets the HTTP status code returned when a…
httpserverlocation