Before enforcing per IP rate limits I wonder if there is a mode to only log violations without actually blocking clients. Therefore I could easilly check after some time that those parameters were correct. Is such a thing possible?
Asked
Active
Viewed 480 times
1 Answers
1
No, but you can use undocumented post_action
option to mirror traffic to other nginx instance with rate limiting, and check it's logs.
Or you can lust analyze logs from your server.

Selivanov Pavel
- 2,206
- 3
- 26
- 48