-
Notifications
You must be signed in to change notification settings - Fork 3k
[Feature Request] Support for rate limiting #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Any updates on this? @jc21 |
1 similar comment
Any updates on this? @jc21 |
Any updates on this? @jc21 |
For everyone who wants to implement it partially without UI: you can use the option for advanced configuration.
More information about the configuration on the offical nginx page I use this setup for Jellyfin and filebrowser and it works fine for me. |
Just wanted to add that this feature would be very helpful for me as well. The custom http_top config works wonders but having the custom location in the advanced section isn't the cleanest approach. Even if there was a one line field that would allow you to insert the limit_req parameters in the existing location directive, that would be sweet. |
hello, After having a look at the network traffic and being horrified I would also suggest having this as a priority. The whole point of NPM is to take away the pain of manually messing with nginx config and a built in rate limit / fail2ban functionality would be very welcome. Cheers |
This is not working for my nextcloud instance (it gave the untrusted domain error), however, this does work:
|
I wonder why this issue still open |
Do you have any plans to address this issue? |
Hi, I personally use Nginx Proxy Manager to publicly host services. I would really appreciate it if this could get implemented to prevent DDoS attacks and possibly filling up all of the available traffic. |
Any plans on supporting this in a near future? 👀 |
I did it like this and it works
but how can I do it for the entire website? using
will not work. When i try to open any /subpage it will try to pass the connection to the private IP of the docker container Also, do you know how to implement it correctly with Cloudflare so that it does not rate limit the Cloudflare IPs, but instead it checks the REAL IPs? |
Any updates on this? I'm in need of a rate limit setting. |
Any plans to add rate limit support ? |
any updates ? |
Allow to configure NGINX rate limits from the UI
The text was updated successfully, but these errors were encountered: