I have an Nginx server in Ubuntu 20, And has a multi-port listener on it for the proxy pass.
I want to limit the number of connections per port. IP doesn't matter (I mean dont limit by IP). My IPTable has been disabled and I prefer to dont use it. I want way to limit connection event without Nginx but the Nginx limit is ok too.
There is a way to limit that without lose performance ?
Update : I found CSF Firewall can manegment this but there is easier way to Im locking for?