Re: Nginx Tuning

2017-07-04 Thread lists
those guides is effective for taming aggressive download managers that try to open multiple connections.    Original Message   From: Peter Booth Sent: Tuesday, July 4, 2017 9:56 AM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Re: Nginx Tuning What is your ultimate goal here? What ar

Re: Nginx Tuning

2017-07-04 Thread Peter Booth
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 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_connect

Re: Nginx Tuning

2017-07-04 Thread Maxim Dounin
Hello! On Tue, Jul 04, 2017 at 04:01:44AM -0400, guruprasads 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 connectin

Re: Nginx Tuning

2017-07-04 Thread Richard Stanway
You shouldn't be changing worker_connections, this is the total number of connections (of any type) permitted per worker. Take a look at the documentation at http://nginx.org/en/docs/ Of interest to you are http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html and http://nginx.org/en/docs

Nginx Tuning

2017-07-04 Thread guruprasads
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 ngin

Re: Nginx Tuning.

2016-02-24 Thread rodrigda
I just keep seeing things like this. 2016/02/24 17:04:56 [info] 5989#0: *108120 client 127.0.0.1 closed keepalive connection When I get the 500 that is all I get. The location of the call that was getting made and a 500. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264775,26478

Re: Nginx Tuning.

2016-02-24 Thread Anoop Alias
You should check the nginx error log as it may have vital clues to resolve this. -- *Anoop P Alias* ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx Tuning.

2016-02-24 Thread rodrigda
Alright here is the situtation. I have nginx and with passenger running. I can send load to the server and after a certain point I just start getting 500's back. I have not been able to see what is causing it. I have made tweaks to the config based on some blog posts but I can't get past a cert