On Fri, Sep 29, 2017 at 03:17:45PM -0400, redbaritone wrote:
Hi there,
> I am having some problems with my Nginx reverse proxy. I'm running a web
> application on port 8010 that accepts and serves two different web sites
> from that port.
The most likely way that web application does that, is if
So upon further investigation, I noticed that changing it the zone name to
"v$binary_remote_addr" actually breaks nginx and prevents configuration
being reloaded at all even though the reload is going through successfully
until the next restart, and after that, it begins dropping the connections
ag
Anoop,
He added v and double quotes around $binary_remote_addr.
Best Regards,
From: nginx on behalf of Anoop Alias
Reply-To: "nginx@nginx.org"
Date: Saturday, 30 September 2017 at 12.14
To: Nginx
Subject: Re: limit_conn is dropping valid connections and causing memory leaks
on nginx reload
What is the change (workaround) you made ?I don't see a difference?
On Sat, Sep 30, 2017 at 3:35 PM, Dejan Grofelnik Pelzel <
nginx-fo...@forum.nginx.org> wrote:
> Hello,
>
> We are running the nginx 1.13.5 with HTTP/2 in a proxy_pass proxy_cache
> configuration with clients having relatively lo
Hello,
We are running the nginx 1.13.5 with HTTP/2 in a proxy_pass proxy_cache
configuration with clients having relatively long open connections. Our
system does automatic reloads for any new configuration and we recently
introduced a limit_conn to some of the config files. After that, I've
star
Thank you Valentin. Will give a chance.
On Fri, 29 Sep 2017 at 5:20 PM, Valentin V. Bartenev
wrote:
> On Friday, 29 Sep 2017 14:38:58 MSK Yogesh Sharma wrote:
> > Team,
> >
> > I am using nginx as Reverse proxy, where I see that once CPU goes up for
> > Nginx it never comes down and remain there
> can somebody tell me why I have a 307 redirect response code when I'm turning
> my redirect directive to https off ?
> # curl -I http://www.avoirun.com
> HTTP/1.1 307 Temporary Redirect
> Server: nginx
..
> X-Pingback: http://www.avoirun.com/xmlrpc.php
> Location: https://www.avoirun.com
It's