Adds rate limiting to some views in nginx
This commit is contained in:
parent
569e5400fe
commit
143eaf362d
2 changed files with 10 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
client_max_body_size 10m;
|
||||
limit_req_zone $binary_remote_addr zone=loginlimit:10m rate=1r/s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue