[ENHANCEMENTS] limit request based on uri path
So.. I really like zoraxy, moving from nginx proxy manager. And, i see that there is a feature rate limit. I was wondering if rate limit feature can be implemented on spesific uri path. I mean like
www.example.com -> no limit www.example.com/login or /sign -> rate limit 5 per second
I'm really appreciates for zoraxy apps. It help me a lot..
Hey @antareja , this technically can be done but it would be super resources intensive (since the server will need to store all the incoming requests with their relative paths, instead of just the hostname) that I don't think it is suitable for implementing in Zoraxy.
If you really want something like this given that your server have limited traffics per day (or you got a really powerful server), maybe you can implement a plugin for this. Feel free to drop me an email if you need any guidance on plugin development :)