bundles/nginx: add option to disable anon_timing log

This commit is contained in:
Franzi 2023-08-26 17:21:23 +02:00
parent c6bb00c124
commit 757e9e6bb8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 13 additions and 3 deletions

View file

@ -57,7 +57,9 @@ server {
% if create_access_log:
access_log /var/log/nginx/access-${vhost}.log gdpr;
% endif
% if create_timing_log:
access_log /var/log/nginx-timing/${vhost}.log anon_timing;
% endif
# error_log is disabled globally
% if max_body_size: