Re: log_subrequest and auth_request

2015-11-07 Thread jstangroome
Thanks, adding the `$uri` fields to the log helps. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262567,262648#msg-262648 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: log_subrequest and auth_request

2015-11-05 Thread Maxim Dounin
Hello! On Mon, Nov 02, 2015 at 05:37:00PM -0500, jstangroome wrote: > Hi, > > I have set `log_subrequest on;` at the http level and I am using to > `auth_request` to a location that does a `proxy_pass` but I am not seeing > the details of the auth subrequest in the access.log. Should this work?

log_subrequest and auth_request

2015-11-02 Thread jstangroome
Hi, I have set `log_subrequest on;` at the http level and I am using to `auth_request` to a location that does a `proxy_pass` but I am not seeing the details of the auth subrequest in the access.log. Should this work? Conf: > log_subrequest on; > server{ > location / { > auth_request /auth