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
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?
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