kapouer / upcache

Caching proxy dynamically configured by upstream applications
MIT License
15 stars 1 forks source link

rate-limit by default (to a high limit anyway) and queue requests to same key #13

Open kapouer opened 7 years ago

kapouer commented 7 years ago

First it protects upstream in case of several kinds of ddos, and second it improves performance in case of simultaneous requests.

Idea for implementation in https://github.com/openresty/srcache-nginx-module/issues/53

kapouer commented 7 years ago

See also https://medium.com/@sportebois/nginx-rate-limiting-in-a-nutshell-128fe9e0126c#.ilkvq4rh5