Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel 5.2 #2

Open
mrEckendonk opened this issue Aug 25, 2019 · 1 comment
Open

kernel 5.2 #2

mrEckendonk opened this issue Aug 25, 2019 · 1 comment

Comments

@mrEckendonk
Copy link

mrEckendonk commented Aug 25, 2019

Works out of the box, only need to change to get it to work with kernel 5.2

http {
limit_req_zone $binary_remote_addr zone=xwprpc:10m rate=30r/s;
limit_req_zone $binary_remote_addr zone=flood:10m rate=30r/s;   

So this should be a pull request, but opened it as issue to have response for correct settings.

Issue as response on issue mitchellkrogza/nginx-ultimate-bad-bot-blocker#309

@mitchellkrogza
Copy link

A safe limit I have found for the flood zone is limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s; this does not seem to break wordpress sites which call many resources and plugin include files all causing many requests from one visitor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants