Monitor active connections per proxy pass

2018-12-03 Thread Lahiru Prasad
Hi, Currently we are using upstream check module to check the health of each upstream. I want to know whether there's a module to get the number of active connections per proxy pass. /abc --- how many active connections /xyz --- how many active connections Regards, Lahiru Prasad.

Re: RE: Proxying setup delivering wrong cache entry in some edge cases

2018-12-03 Thread benzimmer
Thanks for your answer and apologies for the long delay. How would the $http_host ever be empty? If I make a request without it I receive a 400 Bad Request as the HTTP spec defines it. Does Nginx still forward the request to the upstream server and populate a cache entry? Additionally, if I make

Re: In Nginx revers proxy unable to disable TLS1

2018-12-03 Thread Maxim Dounin
Hello! On Sat, Dec 01, 2018 at 01:02:19AM -0500, blason wrote: > Hi Team, > > I have deployed nginx in reverse proxy mode and trying to disable TLS1 > and1.1 in configuation file but somehow it still shows when site is scanned > by SSLlabs. > > Any idea why? > > nginx version: nginx/1.10.1 >

Re: Recommended method to debug POST requests?

2018-12-03 Thread Maxim Dounin
Hello! On Fri, Nov 30, 2018 at 10:00:33PM +0100, Ralph Seichter wrote: > While searching for a way to debug POST requests in NGINX 1.15, I found > a link to https://github.com/openresty/echo-nginx-module (the "HTTP > Echo" module) on https://www.nginx.com/resources/wiki/modules/ . > > Is HTTP Ec