Re: x-real-ip issue

2017-08-28 Thread CJ Ess
That was it! I added "set_real_ip_from 127.0.0.1/32;" and now I'm getting the results I expected. Thank you! On Mon, Aug 28, 2017 at 4:27 PM, Richard Stanway wrote: > You're connecting to localhost (127.0.0.1) and your set_real_ip_from only > accepts X-Forwarded-For from 172.0.0.0/8. > > On Mon

Re: x-real-ip issue

2017-08-28 Thread Richard Stanway
You're connecting to localhost (127.0.0.1) and your set_real_ip_from only accepts X-Forwarded-For from 172.0.0.0/8. On Mon, Aug 28, 2017 at 8:25 PM, CJ Ess wrote: > I've been struggling all day with this, I'm missing something, hoping > someone can point out what I'm doing wrong w/ the realip mo

x-real-ip issue

2017-08-28 Thread CJ Ess
I've been struggling all day with this, I'm missing something, hoping someone can point out what I'm doing wrong w/ the realip module: nginx.conf: ... log_format xyz '$remote_addr - $remote_user [$time_iso8601] ' '"$request" $status $body_bytes_sent ' '"$h