Nginx Tuning

Peter Booth peter_booth at me.com
Tue Jul 4 16:55:55 UTC 2017


What is your ultimate goal here? What are you wanting to prevent?

Sent from my iPhone

> On Jul 4, 2017, at 4:01 AM, guruprasads <nginx-forum at forum.nginx.org> wrote:
> 
> Hi,
> 
> I am trying to tune nginx server.
> I want to restrict number of client connection per server and restrict
> bandwidth.
> I tried 
> worker_connections 2; 
> for max connections in nginx.conf file. 
> but its connecting only after worker_connection value set to 7.
> 
> my conf file look like below.
> 
> user nginx;
> worker_processes auto;
> error_log /var/log/nginx/error.log;
> pid /run/nginx.pid;
> 
> # Load dynamic modules. See /usr/share/nginx/README.dynamic.
> include /usr/share/nginx/modules/*.conf;
> 
> events {
>    worker_connections 7;
> }
> 
> thanks.
> 
> Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275276,275276#msg-275276
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx


More information about the nginx mailing list