[PATCH] Add io_uring support in AIO(async io) module

2021-01-13 Thread Zhao, Ping
# HG changeset patch # User Ping Zhao # Date 1610554205 18000 # Wed Jan 13 11:10:05 2021 -0500 # Node ID 95886c3353dc80a3da215027c1e0f2141e47e911 # Parent b055bb6ef87e49232a7fcb4e5334b8efda3b6499 Add io_uring support in AIO(async io) module. Hello, This is a patch to support io_uring in AIO

Re: [PATCH] conf/nginx.conf: add example "privacy" log_format

2021-01-13 Thread Maxim Dounin
Hello! On Wed, Jan 13, 2021 at 10:27:42AM +0100, Hans-Christoph Steiner wrote: > # HG changeset patch > # User Hans-Christoph Steiner > # Date 1609333908 -3600 > # Wed Dec 30 14:11:48 2020 +0100 > # Node ID 0e6fb2161806a4c4e3df54e2ed6523aca7c70e23 > # Parent 82228f955153527fba12211f52bf102

Re: [PATCH] conf/nginx.conf: add example "privacy" log_format

2021-01-13 Thread Hans-Christoph Steiner
Anton Luka Šijanec: Hans-Christoph Steiner @ Wed, 13 Jan 2021 10:27:42 +0100: The standard log_formats store detailed information which falls under data regulations like the EU's GDPR and California's CCPA. This merge request adds a suggested "privacy" log_format that generates logs that can

Re: [PATCH] conf/nginx.conf: add example "privacy" log_format

2021-01-13 Thread Anton Luka Šijanec
Hans-Christoph Steiner @ Wed, 13 Jan 2021 10:27:42 +0100: > The standard log_formats store detailed information which falls under > data regulations like the EU's GDPR and California's CCPA. This merge > request adds a suggested "privacy" log_format that generates logs that > cannot be used to id

Re: [PATCH] conf/nginx.conf: add example "privacy" log_format

2021-01-13 Thread Hans-Christoph Steiner
Quick update: I now realize that this proposed format matched the Apache standard format, but the nginx "main" format is different in that it has one extra column for "$http_x_forwarded_for". I updated the patch to make the "privacy" format have the same number of columns as the "main" format.

[PATCH] conf/nginx.conf: add example "privacy" log_format

2021-01-13 Thread Hans-Christoph Steiner
# HG changeset patch # User Hans-Christoph Steiner # Date 1609333908 -3600 # Wed Dec 30 14:11:48 2020 +0100 # Node ID 0e6fb2161806a4c4e3df54e2ed6523aca7c70e23 # Parent 82228f955153527fba12211f52bf102c90f38dfb conf/nginx.conf: add example "privacy" log_format The standard log_formats store