1
0
Fork 0

Adds rate limiting to some views in nginx

This commit is contained in:
Mouse Reeve 2022-07-15 13:14:31 -07:00
parent 569e5400fe
commit 143eaf362d
2 changed files with 10 additions and 0 deletions

View file

@ -1 +1,2 @@
client_max_body_size 10m;
limit_req_zone $binary_remote_addr zone=loginlimit:10m rate=1r/s;