Welcome! Log In Create A New Profile

Advanced

Re: Nginx 14.1 very slow as a reverse proxy

Ricky Gutierrez
November 20, 2018 09:46AM
Hi Dounin , What do you mean with smaller cache size?, proxy buffer size
for example?

I'm going to make the change you suggest.

El El mar, nov. 20, 2018 a las 7:49 a. m., Maxim Dounin <mdounin@mdounin.ru>
escribió:

> Hello!


>
>
> > the proxy and the IIS server is 1gb network, very fast ,
>
> As per the error message, your backend fails to accept new
> connections in a reasonable time. You may want to look at the
> backend to find out why it cannot accept new connections.
>
> One of the possible reasons might be that keepalive connections
> cache you've configured is too large for your backend:
>
> > upstream backend {
> > server 192.168.X.11:80; ## servidor web en windows
> > keepalive 15;
>
> With "keepalive 15" nginx will keep open up to 15 connections in
> each worker proccess - that is, up to (15 * worker_processes) in
> total, and this may be too many for your backend.
>
> Try switching off keepalive and/or using smaller cache size to see
> if it helps.
>
> --
> Maxim Dounin
> http://mdounin.ru/
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
--
rickygm

http://gnuforever.homelinux.com
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx 14.1 very slow as a reverse proxy

Ricky Gutierrez November 19, 2018 08:38PM

Re: Nginx 14.1 very slow as a reverse proxy

Maxim Dounin November 20, 2018 08:50AM

Re: Nginx 14.1 very slow as a reverse proxy

Ricky Gutierrez November 20, 2018 09:46AM

Re: Nginx 14.1 very slow as a reverse proxy

Maxim Dounin November 20, 2018 09:58AM

Re: Nginx 14.1 very slow as a reverse proxy

Ricky Gutierrez November 21, 2018 10:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 186
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