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

[ENHANCEMENT] Set limit_req_status and limit_conn_status to 429 #533

Open
jaysee opened this issue Sep 26, 2023 · 0 comments
Open

[ENHANCEMENT] Set limit_req_status and limit_conn_status to 429 #533

jaysee opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels

Comments

@jaysee
Copy link

jaysee commented Sep 26, 2023

Describe

Actually the protection about limit_conn_status / limit_req_status is nginx defaults (503) but there is 429 / Too Many Requests than is more appropriate, and since nginx-1.3.15 we can specify it!

to enable it, in conf.d/botblocker-nginx-settings.conf just add

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

No branches or pull requests

2 participants