Re: slow connection on SSL port (TTFB)

2019-08-07 Thread Anoop Alias
Do you see a large ttfb on a static html page ? , if an upstream like proxy/fastcgi is involved and they are slow to respond the ttfb also will be high 17K open/TIME_WAIT -- investigate this as this dont seem normal On Wed, Aug 7, 2019 at 3:46 PM neomaq wrote: > Hello > there is a problem: > s

Re: NGINX open source reverse proxy is not connected with same ip as incoming request , it’s changing ip due to this client connnection is not happening - UDP

2019-08-07 Thread Maxim Dounin
Hello! On Wed, Aug 07, 2019 at 12:28:24AM -0400, atulsharma1989 wrote: > We are using NGINX open source version 1.12.2 and we have NaT ip configure > on vm physical interface. > > Issue we have , NGINX is changing IP address during reverse proxy step. Changes with nginx 1.13.0, 25 Apr 2017:

slow connection on SSL port (TTFB)

2019-08-07 Thread neomaq
Hello there is a problem: slow connection to nginx server telnet server 443 1-8 random sec before TTFB all possible network stack tunings are applied, similar problems are not observed on other(non nginx) ports 32 vCPU Intel(R) Xeon(R) CPU E5-2630 v4 96 GB RAM avg CPU load -20% 1 GB network (

Re: Proxy Caching ignore path

2019-08-07 Thread Francis Daly
On Tue, Aug 06, 2019 at 10:27:57AM -0400, jvanetten wrote: Hi there, > I have a situation where I need to enable proxy cache for a gateway but > anything that goes to /gateway/public/files/ I do not want to cache. I have > tried nested locations and all kinds of configurations with no success. It

Re: Proxy Caching ignore path

2019-08-07 Thread Francis Daly
On Tue, Aug 06, 2019 at 11:27:21AM -0400, itpp2012 wrote: Hi there, > The first location match is the active one, add another location before this > one to change its caching behavior. No. *regex* locations care about the order in the config. Other locations do not -- longest match is best (pl