Re: Nginx behind a reverse proxy sending 499

2015-01-10 Thread ppwm
To debug the issue further, I wrote a simple Java based HTTP client. This client would open a socket to the nginx server, write the request line (GET / HTTP/1.1), write the host header, write the Connection:close header and commit the request. While committing the write the CRLF character twice. I

Re: NGINX Access Logs

2015-01-10 Thread Steve Holdoway
On Sat, 2015-01-10 at 09:50 -0500, exilemirror wrote: > Hi guys, > > I'm new to nginx. Can anyone explain what does - - - "-" "-" "-" "-" - > means in the access logs? Been getting lots of this in the log file. > Would like to know if this is the cause of nginx to show that there's a > spike in t

Nginx behind a reverse proxy sending 499

2015-01-10 Thread ppwm
We have a Java based reverse proxy(developed in-house) which is talking to Nginx which is a proxy_pass for gunicorn server(python/django). The HTTP request flows from Java reverse proxy (JRPxy) to nginx to gunicorn. All these servers are running on the same machine. Previously JRPxy was sending Co

Re: limit_conn module exclude also on Maxim Dunin recommended code

2015-01-10 Thread ASTRAPI
Ok thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255949,256027#msg-256027 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

NGINX Access Logs

2015-01-10 Thread exilemirror
Hi guys, I'm new to nginx. Can anyone explain what does - - - "-" "-" "-" "-" - means in the access logs? Been getting lots of this in the log file. Would like to know if this is the cause of nginx to show that there's a spike in traffic through the nginx graph. Example of log below: [12/Feb/201