ngx_cookie_limit_req_module
ngx_cookie_limit_req_module copied to clipboard
This module not only limits the access rate of cookies but also limits the number of malicious ip forged cookies.
Results
1
ngx_cookie_limit_req_module issues
Sort by
recently updated
recently updated
newest added
zone=two
1
server { listen 80; server_name localhost; location / { root html; index index.html index.htm; } error_page 403 500 502 503 504 /50x.html; location = /50x.html { root html; } }...