Update notes for 2017-11-09

This commit is contained in:
2017-11-09 18:05:32 +02:00
parent 696c05977c
commit 0340864181
4 changed files with 18 additions and 14 deletions

View File

@ -502,3 +502,5 @@ $ grep 104.196.152.243 dspace.log.2017-11-07 | grep -o -E 'session_id=[A-Z0-9]{3
```
- The number of total requests vary by a few thousand, but the number of sessions is over *ten times less*!
- This gets me thinking, I wonder if I can use something like nginx's rate limiter to automatically change the user agent of clients who make too many requests
- Perhaps using a combination of geo and map, like illustrated here: https://www.nginx.com/blog/rate-limiting-nginx/