Hello, I'm new with OpenResty, I only installed it and I don't even know how to use lua or if it comes already compiled with openresty.
Anyway I would like to know if there is a way to limit a website traffic with lua, I mean if a website reach x connections, then something happens (to the whole website not only to that connections, im not saying rate-limt)
I actually tried this: https://github.com/openresty/lua-resty-limit-traffic but seems like it doesn't limit maybe im missing something compiling the source or I need to add something?
Hello, I'm new with OpenResty, I only installed it and I don't even know how to use lua or if it comes already compiled with openresty. Anyway I would like to know if there is a way to limit a website traffic with lua, I mean if a website reach x connections, then something happens (to the whole website not only to that connections, im not saying rate-limt) I actually tried this: https://github.com/openresty/lua-resty-limit-traffic but seems like it doesn't limit maybe im missing something compiling the source or I need to add something?
Thanks for your help!