Welcome! Log In Create A New Profile

Advanced

Re: Nginx Tuning

July 04, 2017 12:56PM
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@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@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx Tuning

guruprasads July 04, 2017 04:01AM

Re: Nginx Tuning

Richard Stanway July 04, 2017 08:24AM

Re: Nginx Tuning

Maxim Dounin July 04, 2017 08:28AM

Re: Nginx Tuning

pbooth July 04, 2017 12:56PM

Re: Nginx Tuning

gariac July 04, 2017 03:52PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 269
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready