ngx_http_rate_limiter:用于NGINX的Redis支持的速率限制器模块

时间:2024-04-30 09:53:49
【文件属性】:

文件名称:ngx_http_rate_limiter:用于NGINX的Redis支持的速率限制器模块

文件大小:14KB

文件格式:ZIP

更新时间:2024-04-30 09:53:49

C

NGINX速率限制器模块 它是什么? 此模块是用于NGINX Web服务器的Redis支持的速率限制模块。 它允许一组Web服务器共享来自参与者的全局连接尝试状态。 它是如何工作的? 如果角色已超出速率限制,则模块将返回429状态代码。 这是一个之前和之后的示例: $ curl -I localhost:8888 HTTP/1.1 200 OK Server: nginx/1.8.0 Date: Fri, 28 Aug 2015 21:41:35 GMT Content-Type: text/html Content-Length: 612 Last-Modified: Fri, 28 Aug 2015 17:15:44 GMT Connection: keep-alive X-Rate-Limit-Remaining: 9 X-Rate-Limit-Limit: 10 X-Rate


【文件预览】:
ngx_http_rate_limiter-master
----.gitignore(165B)
----ngx_http_rate_limiter_module.c(9KB)
----.rspec(32B)
----LICENSE(11KB)
----spec()
--------integration()
--------spec_helper.rb(48B)
----README.md(3KB)
----schema.sql(196B)
----config(218B)
----script()
--------bootstrap(2KB)
--------coverity(325B)
----nginx.conf(279B)
----db.c(2KB)
----Gemfile(118B)
----Rakefile(637B)
----Gemfile.lock(577B)

网友评论