Re: $upstream_addr returning "-" only on requests with "del" in them

2017-04-27 Thread Ruslan Ermilov
On Wed, Apr 26, 2017 at 07:58:08PM -0400, ywarnier wrote: > Sometimes writing your thought helps... > Apparently something wasn't reporting correctly so far, but using the debug > level, I finally end up getting some information. I should mention that the > word that seems to provoke this issue is

Re: $upstream_addr returning "-" only on requests with "del" in them

2017-04-26 Thread ywarnier
And the usual debug information I just found on https://www.nginx.com/resources/wiki/start/topics/tutorials/debugging/ that I should provide (very sorry for doing that in 3 parts, won't happen again): nginx -V nginx version: nginx/1.10.0 (Ubuntu) built with OpenSSL 1.0.2g 1 Mar 2016 TLS SNI

Re: $upstream_addr returning "-" only on requests with "del" in them

2017-04-26 Thread ywarnier
Sometimes writing your thought helps... Apparently something wasn't reporting correctly so far, but using the debug level, I finally end up getting some information. I should mention that the word that seems to provoke this issue is ' del ' (with two spaces around it). If those 3 letters are

$upstream_addr returning "-" only on requests with "del" in them

2017-04-26 Thread ywarnier
Hi guys, I have a problem with some of the requests sent to my Nginx load balancer, which reports (in the access_log configured to show $upstream_addr) that $upstream_addr is equal to "-", but only in a weird case where the post contains the word "del". I'm using Nginx 1.10.0 packaged in Ubuntu