Releases: limithit/ngx_dynamic_limit_req_module
Releases · limithit/ngx_dynamic_limit_req_module
1.9.3: Merge pull request #13 from limithit/unix_socket
29 Jan 06:30
Compare
Sorry, something went wrong.
No results found
Optional support for unix socket, custom port, password
fix nginx 1.17.6
20 Nov 16:16
Compare
Sorry, something went wrong.
No results found
Merge pull request #10 from limithit/limithit-patch-1
fix nginx 1.76
1.9.1: Merge pull request #7 from SoledaD208/fix_return_code
15 Jul 05:01
Compare
Sorry, something went wrong.
No results found
change some return code from NGX_OK to NGX_DECLINED
Bugfix
21 Nov 18:30
Compare
Sorry, something went wrong.
No results found
When redis is closed or malfunction, worker process exited on signal 11
Bugfix
21 Nov 05:33
Compare
Sorry, something went wrong.
No results found
Bugfix where redis connection did not close connection in if () condition
Such as
if ($document_uri ~* "getSmsVerifyCode.do"){
dynamic_limit_req zone=sms burst=5 nodelay;
dynamic_limit_req_status 444;
}
Adjust the log
19 Jun 07:21
Compare
Sorry, something went wrong.
No results found
Bugfix
14 Jun 07:32
Compare
Sorry, something went wrong.
No results found
Bugfix: Repair IP less than 14 bits of abnormal, intranet normal, public network abnormal