Hello!
On Sat, May 08, 2021 at 10:45:42PM +0300, Maxim Dounin wrote:
> On Sat, May 08, 2021 at 09:16:39PM +0300, Reinis Rozitis wrote:
>
> > > Thanks for the report, it looks like this change broke things:
> > >
> > > changeset: 7738:554c6ae25ffc
> > >
> > > The only fix I can think of is to
Hello!
On Sat, May 08, 2021 at 09:16:39PM +0300, Reinis Rozitis wrote:
> > Thanks for the report, it looks like this change broke things:
> >
> > changeset: 7738:554c6ae25ffc
> >
> > The only fix I can think of is to rewrite the lingering close so it will
> happen after the request is logged.
> Thanks for the report, it looks like this change broke things:
>
> changeset: 7738:554c6ae25ffc
>
> The only fix I can think of is to rewrite the lingering close so it will
happen after the request is logged.
Thkx Maxim for finding the cause.
I suppose that this is considered a bug then? If
Hello!
On Sat, May 08, 2021 at 07:33:07PM +0300, Reinis Rozitis wrote:
> Hello.
> I have a strange issue where for a POST request having any form data Nginx
> after version 1.9.4 doesn't log $ssl_protocol (or any other $ssl_*)
> variable.
>
>
> I have a configured custom accesslog:
>
> log_for
Hello.
I have a strange issue where for a POST request having any form data Nginx
after version 1.9.4 doesn't log $ssl_protocol (or any other $ssl_*)
variable.
I have a configured custom accesslog:
log_format main '... $ssl_protocol $ssl_cipher $server_port';
A simple script ( for example from